Opening .fig files from the PC version with the mac version
이전 댓글 표시
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
Ken Atwell
2012년 3월 5일
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
2012년 3월 5일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!