Skip to content
edwinofsakh edited this page Aug 14, 2015 · 1 revision

Processing of huge number samples require saving results on disk. On the other hand, a direct analysis of the results in MATLAB may be useful when we study one sample.

Defualt value is saveing results on disk. To disable saving change preference, use command: setpref('ebsdam','saveResult', 0);.

Some functions use argument 'saveres'. In this case, at first the argument 'saveres' will be checked. If it is true, the preference 'saveResult' will be checked too.

Clone this wiki locally