Share Matlab files in the cloud storage with multiple mobiles
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hamidreza Mirtaheri
il 22 Apr 2016
It's possible to make access for several mobiles to one's matlab storage cloud (classes and functions), assuming all of mobile holders possess matlab licence?
I have some classes and functions on my MATLAB Cloud Storage, I can run and use them from my cellphone obviously. Is it possible to access from several mobiles ( several matlab licence holders), to my files and run their own scripts using my classes and unctions, but no able to modify those files?
Thanks in advance.
0 Commenti
Risposta accettata
Arnab Sen
il 26 Apr 2016
Hello Seyedhamidreza,
It's seems not to be possible to share the files directly amongst multiple MATLAB mobiles. It's possible to share file using MATLAB online. So, to share the file you may consider following workaround:
1. Open MATLAB mobile.
2. Launch MATLAB online using a browser from the same mobile.
3. Create a workspace variable.
4. The variable should be automatically sent to MATLAB online workspace through MATLAB drive cloud storage in real time.
5. Now, Save the variable in a '.mat' file and put that file in a folder (say, myfolder)
6. Right click on 'myfolder' and you can see an option called 'share'.
7. Select 'share' option and it'll prompt for the email id or user id with whom the file to be shared.
Thus the file will be shared with the specific user ids.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Licensing on Cloud Platforms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!