필터 지우기
필터 지우기

How to save cftool plot to matlab figure in 2012a?

조회 수: 1 (최근 30일)
Yonghe
Yonghe 2012년 8월 23일
I'm working with version 2012a cftool. I need to save the plot to a matlab figure. In early version there is a Print to Figure option. It does not exist in 2012a(or I don't know where it locates). Can someone please help me?
Thank you very much!
Yonghe

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 8월 23일
You are correct it does not exist in 12a and we are aware of this. To create the figure, save the fitted model to the workspace ( fit>save to workspace ) and call it with the input data.
y = fittedmodel(x);
  댓글 수: 1
Yonghe
Yonghe 2012년 8월 23일
Thank you, Sean, for your help! Just found out that I could also utilize Generate Code. Anyway, the Print to Figure would be very helpful.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by