필터 지우기
필터 지우기

invalid filename saving figure

조회 수: 19 (최근 30일)
Rose
Rose 2022년 8월 24일
댓글: Walter Roberson 2022년 8월 25일
I am trying to save this figure using the following code, however I keep getting the error "invalid filename".
Str2 consists of a combination of text and values, to create a unique name, corresponding to the figure at hand. However, something, somewhere goes wrong. I have tried to remove the .png and add it to the saveas command. I have tried to name my figure, like f=figure(), but I cannot discover my error. Any solutions?
figure(2)
hold on
plot(output_time,Principal_stress_fatigue_fy_mx/10^6)
ylabel('equivalent stress [MPa]')
xlabel('time [s]')
grid
str2="Figure2"+ VTRIM + bank_angle + roll_rate + AC_mission_type(j)+".png"
saveas(gcf,str2)
  댓글 수: 10
Rose
Rose 2022년 8월 25일
it works! Thank you!
Walter Roberson
Walter Roberson 2022년 8월 25일
Odd. You filled out R2021a as your release, but string() was supported for that parameter in R2021a. R2017a was the last release that did not support string() for that parameter.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by