Borrar filtros
Borrar filtros

I want these kinetic models to fit in MATLAB but I don't know how to proceed. I am in real worry. If anyone can solve/code, it would be of great help. Thanks a million!!

1 visualización (últimos 30 días)

Respuesta aceptada

Alan Stevens
Alan Stevens el 23 de Ag. de 2020
Editada: Alan Stevens el 23 de Ag. de 2020
You need to define Haldane as follows (your text-book expression is misleading)
Haldane = @(S) 0.478*S / ((1.137 + S) .* (1 + (S/1.139)));
Then you get:
which matches the line on your text-book graph.
  32 comentarios
Steven Lord
Steven Lord el 14 de Abr. de 2021
As an FYI, you could use the xticks and xticklabels functions (and the obvious equivalent for the Y axes) as long as you're using release R2016b or later. You could put those calls in the same place as your other labeling calls (xlabel and ylabel.)
Shubhangi Agrawal
Shubhangi Agrawal el 15 de Abr. de 2021
Oh yes! It got solved. Thankyou so much Alan! May God bless you with everything!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots 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