Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Accepted Answer

Sean de Wolski
Sean de Wolski on 23 Aug 2012
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 Comment
Yonghe
Yonghe on 23 Aug 2012
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.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!