MATLAB: How to edit *.m files on Matlab Mobile

distance_learningipadm-filematlab mobilematlab_mobile

Hi! Is it possible to edit *.m files on MATLAB Mobile (I'm using iPad version)? The command "edit file.m" doesn't work. Thank you in advance!
Regards, Pavel

Best Answer

There is no way to edit files with MATLAB Mobile. Well, at least not without directly manipulating the text in the workspace with functions like textscan and fprintf.
Related Question