Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Yonghe
Yonghe le 23 Août 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

Réponse acceptée

Sean de Wolski
Sean de Wolski le 23 Août 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 commentaire
Yonghe
Yonghe le 23 Août 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by