How to change diagnosis path in Matlab.?

2 views (last 30 days)
Yallappa Yadav
Yallappa Yadav on 23 Apr 2019
Commented: Jan on 10 Jun 2019
Global DIAGPATH DIAGPATH= 'diagnostics';
Savefile= [eyeimage_filename, '-houghpara.mat'];
We are not unable to change directory folder & template images is not saving in diagnostics folder and not loop is not coming back.

Answers (1)

Walter Roberson
Walter Roberson on 23 Apr 2019
That code always tries to save some files such as *-houghpara.mat files in exactly the same directory that the eye images are in. If you do not have write access to that directory, then copy the eye images to a directory that you do have write access to and use that directory.

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!