You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have PAZ datasets. I selected the data directory that has unzipped data folders. I am choosing the mode as PAZ_SM and I am trying to create SLC list. But the list is empty and I have an error like below:
Index exceeds the number of array elements (0).
Error in createlistSLC (line 178)
path_xml = [paramslc.pathSLC,'/',list_dir(i1).name,'/',path_xml(1).name];
Error in manageSLC (line 39)
createlistSLC([],[],[],miesar_para);
Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 231)
btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 382)
Error while evaluating Button PrivateButtonPushedFcn.
What should I do?
The text was updated successfully, but these errors were encountered:
Hi,
I have PAZ datasets. I selected the data directory that has unzipped data folders. I am choosing the mode as PAZ_SM and I am trying to create SLC list. But the list is empty and I have an error like below:
Index exceeds the number of array elements (0).
Error in createlistSLC (line 178)
path_xml = [paramslc.pathSLC,'/',list_dir(i1).name,'/',path_xml(1).name];
Error in manageSLC (line 39)
createlistSLC([],[],[],miesar_para);
Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 231)
btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 382)
Error while evaluating Button PrivateButtonPushedFcn.
What should I do?
The text was updated successfully, but these errors were encountered: