Plot an equation with a range

2 visualizaciones (últimos 30 días)
Bianca Castello
Bianca Castello el 13 de Oct. de 2021
Respondida: Image Analyst el 13 de Oct. de 2021
I am a beginner in Matlab and would really appreciate an explanation on how to do this in laymans terms.
Thank you!

Respuestas (1)

Image Analyst
Image Analyst el 13 de Oct. de 2021
Try this
v = linspace(-100, 50, 1000);
Then plug that v into the formulas that need it. Like
alpham = (0.1 * (v + 40)) ./ (1 - exp(-0.1 * (v + 40)));
betam = 4 * exp(-0.0556 *.............)
m = alpham / (alpham + betam)
and so on.

Categorías

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

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by