Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'MatLab X11 plots are interactive' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
MatLab X11 plots are interactive
Authored by: gustou on Apr 05, '05 08:04:23AM

What about a :
FileMergeApp = '/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge'

cmmd = sprintf('%s -left %s -right %s &', FileMergeApp, fname1, fname2);
unix(cmmnd);

This solution is a purely Matlab solution no ?



[ Reply to This | # ]