How to get result as string from curve fitting?

9 visualizaciones (últimos 30 días)
JINSOL.KIM
JINSOL.KIM el 20 de Nov. de 2015
Respondida: Ramesh Kudalippalliyalil el 23 de Mayo de 2022
As shown, I want to get result as string. (Linear model Poly1 : ~~~~) But there is no option for get it.
what should I do??

Respuesta aceptada

Walter Roberson
Walter Roberson el 20 de Nov. de 2015
fstring = evalc(f);
  2 comentarios
JINSOL.KIM
JINSOL.KIM el 21 de Nov. de 2015
evalc function didn't work...
Walter Roberson
Walter Roberson el 21 de Nov. de 2015
fstring = evalc('f');

Iniciar sesión para comentar.

Más respuestas (1)

Ramesh Kudalippalliyalil
Ramesh Kudalippalliyalil el 23 de Mayo de 2022
Thanks

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