Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Yonghe
Yonghe am 23 Aug. 2012
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

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 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 Kommentar
Yonghe
Yonghe am 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by