필터 지우기
필터 지우기

why the save instruction not execute correctly in matlab 2013 , code is below

조회 수: 3 (최근 30일)
x=100;
>> save('test.mat','x');
Error using save
Unable to write file test.mat: permission denied.
>> x=100;
>> save('test.mat','x','append');
Error using save
Variable 'append' not found.

채택된 답변

Image Analyst
Image Analyst 2015년 1월 26일
Try '-append' instead of 'append'.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by