how i can overcome this problem about the command save ?

답변 (3개)

per isakson
per isakson 2015년 2월 24일
편집: per isakson 2015년 2월 24일
You try to save to C:\Program Files\MATLAB\R2012b\bin, which explains the error message.
Proposal
save( 'c:\folder_with_write_permission\ABC.mat' )
or change current folder to a folder with write permission
Image Analyst
Image Analyst 2015년 2월 24일

1 개 추천

You can't save anything under the c:\Program Files folder or subfolders of it. That's just Windows' rule. Save it someplace else where you do have permission to save it.
Star Strider
Star Strider 2015년 2월 24일
I would create a specific .mat file and save to it instead:
save ABC.mat
to save everything in your workspace, or to save only those variables:
save ABC.mat A B C
See the documentation on save for details.

카테고리

도움말 센터File Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

제품

태그

질문:

2015년 2월 24일

답변:

2015년 2월 24일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by