Opening .fig files from the PC version with the mac version
Show older comments
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 Comments
Ken Atwell
on 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
on 5 Mar 2012
Answers (0)
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!