From: Changqing Xu on
I am using 'genpath' to add all the files in a fold to my default search paths, say something like,
>>p = genpath(fullfile(matlabroot,'toolbox'))
and it turns out that all the paths in p are displayed on a single line, which makes hard to read and check. Does anybody know how to format 'genpath' to fit a line and enter automatically?
Thanks!
Richard