Opening .fig files from the PC version with the mac version
Afficher commentaires plus anciens
I just start to use the mac version of Matlab after years of using the version for PC.
I'm trying to open .fig files that I created with my old PC with my new Mac but it write an error message that said that the file neme not found.
I've tried to open different files from different location on my computer using the browser, try to drag the icon into the commenced window and to open the file when Matlab is not working...All of them failed.
Hope that I not the first one to encounter this problem are the solution is well known.
2 commentaires
Ken Atwell
le 5 Mar 2012
Can you try opening the file from the Command window and copy/paste all of the output you are getting:
cd <path/to/fig/files>
ls *.fig
open <filename>/fig
Gilad
le 5 Mar 2012
Réponses (0)
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!