How to fix error in matlab code for the assignment of path?
I am using following lines of matlab code;
baseSNAP = "C:Program Filesesa-snapbingpt.exe";
cmd = [baseSNAP, aoFlag, out, oType, granule];
system(cmd);
it is giving the following error
Unrecognized function or variable ‘baseSNAP’.
I request to please suggest me how to fix this error.
Kuldeep TomarI am using following lines of matlab code;
baseSNAP = "C:Program Filesesa-snapbingpt.exe";
cmd = [baseSNAP, aoFlag, out, oType, granule];
system(cmd);
it is giving the following error
Unrecognized function or variable ‘baseSNAP’.
I request to please suggest me how to fix this error.
Kuldeep Tomar I am using following lines of matlab code;
baseSNAP = "C:Program Filesesa-snapbingpt.exe";
cmd = [baseSNAP, aoFlag, out, oType, granule];
system(cmd);
it is giving the following error
Unrecognized function or variable ‘baseSNAP’.
I request to please suggest me how to fix this error.
Kuldeep Tomar how to fix error for the assignment of path? MATLAB Answers — New Questions