Borrar filtros
Borrar filtros

Other result accompanying fitted data

1 visualización (últimos 30 días)
Matterazzi
Matterazzi el 12 de En. de 2023
Comentada: Matterazzi el 14 de En. de 2023
Hi,
In this thread Monod kinetics and curve fitting - MATLAB Answers - MATLAB Central (mathworks.com), two differential equation are integrated and fitted to experimental data and all is okay. The first ode computed for:
S = Sv(:,1);
How best can I report the accompanying values obtained from the other ode to which there is no experimental data, i.e.,
S = Sv(:,2);
Thank you in advance.

Respuesta aceptada

Star Strider
Star Strider el 13 de En. de 2023
I am pleased that you found my code helpful!
The code fits only one vector, so it only has one output. To get all the results, the easiest way would be to copy the differential equation function, and in the second version of it (with a slightly different name), set:
S = Sv;
and then run it with the fitted parameters. Use a different ‘tspan’ as well, with a higher resolution to get a smoother curve (use linspace to create it), if desired. Another option would be to save it and the fitted parameters to a .mat file.
.
  3 comentarios
Star Strider
Star Strider el 13 de En. de 2023
As always, my pleasure!
My apologies for not seeing this yesterday. I was away for several hours and was not as careful as I usually am about perusing Answers when I returned. Thank you for bringing it to my attention.
Matterazzi
Matterazzi el 14 de En. de 2023
I am having one other query about this problem. I have asked the question here: lsqcurvefit: Function value and YDATA sizes are not equal. - MATLAB Answers - MATLAB Central (mathworks.com). Again, your knowledgeable intervention is highly appreciated.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by