Opening .fig files from the PC version with the mac version
Mostrar comentarios más antiguos
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 comentarios
Ken Atwell
el 5 de Mzo. de 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
el 5 de Mzo. de 2012
Respuestas (0)
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!