Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined function or variable 'uiprogressdlg'. #22

Closed
Meysam-Amiri opened this issue Feb 20, 2023 · 1 comment
Closed

Undefined function or variable 'uiprogressdlg'. #22

Meysam-Amiri opened this issue Feb 20, 2023 · 1 comment

Comments

@Meysam-Amiri
Copy link

Hi EZ_InSAR team! I am facing this error with Matlab R2016a. Could the reason be the Matlab version? I didn't see the installation mentioning the specified version. I appreciate your help.
Setting paths for EZ-InSAR: Matlab Interface for Easy InSAR (Version 2.0.0 Beta)...
Added to path: EZ-InSAR Version 2.0.0 Beta

EZ_InSAR
Undefined function or variable 'uiprogressdlg'.

Error in GUIMIESAR (line 34)
pg_figopen = uiprogressdlg(figopen,'Title','Loading of EZ-InSAR Application','Message','Opening the
application');

Error in EZ_InSAR (line 62)
hmain = GUIMIESAR(miesar_para);

MathWorks::System::IUserException [Error using matlab.internal.webwindow (line 197)
Unable to start MATLABWindow process

Error in matlab.ui.internal.desktop.uicontainer.UIContainer/buildWindow (line 164)
this.CEF = matlab.internal.webwindow(this.URL,this.DebugPort);

Error in matlab.ui.internal.controller.FigureController/createView (line 175)
this.Container.buildWindow();

Error in matlab.ui.internal.componentframework.WebComponentController/add (line 95)
obj.createView( parentController, parentView, map );

Error in matlab.ui.internal.controller.WebCanvasContainerController/add (line 49)
[email protected]( this, webComponent, parentController );

Error in matlab.ui.internal.componentframework.WebControllerFactory/create (line 87)
component.createController( parentController, [] );
]

@alexisInSAR
Copy link
Owner

Hi,

The uiprogressdlg command was introduced in R2018a. However, EZ-InSAR should be compatible from R2020b and we have mainly tested EZ-InSAR under MATLAB R2021b.

Kind regards,

Alexis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants