Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Yonghe
Yonghe el 23 de Ag. de 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

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 23 de Ag. de 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 comentario
Yonghe
Yonghe el 23 de Ag. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by