How to edit *.m files on Matlab Mobile?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (3)
Pradeep
am 25 Okt. 2016
1 Stimme
The current versions of the app (both iOS and Android) provide an editor to create new files and edit existing files. Download these here:
iOS: https://itunes.apple.com/us/app/matlab-mobile/id370976661?mt=8
Android: https://play.google.com/store/apps/details?id=com.mathworks.matlabmobile
Henrik Asplund
am 27 Jan. 2012
0 Stimmen
I use the following setup on my Mac and iPad for editing .m files:
- SSH enabled on Mac
- For editing the .m files I use Textastic code editor on iPad. It can upload/download the files over SFTP to/from the Matlab directory on my Mac, and can highlight Matlab .m syntax
- Matlab mobile is connected to the Matlab on my Mac in the usual way.
Basically all you need is a code editor on the mobile device and a way to easily transfer the files over e.g. SSH to the right folder. Then you just download the .m file, edit it and put it back.
I assume this setup can be used with Windows and Linux, too.
2 Kommentare
Pavel
am 27 Jan. 2012
Shayan Hakimi
am 30 Okt. 2015
What is the SFTP port and address of MATLAB mobile cloud?
David Fischer
am 23 Apr. 2016
0 Stimmen
Good tip on using DropBox. If you're on a Mac and want Dropbox to be synced with Matlab Drive, so edits in an outside editor are available for use in Matlab Mobile, you can use MacDropAny: http://www.zibity.com/macdropany.html
If you like using the Command Line, see here to do this manually: http://hints.macworld.com/article.php?story=20120803093247391
1 Kommentar
James Baker
am 17 Apr. 2021
ahhhhh good suggestion... was wondering about this exact thing! thank
Communitys
Weitere Antworten in Distance Learning Community
Kategorien
Mehr zu MATLAB Mobile finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!