I am a beginner in Matlab and would really appreciate an explanation on how to do this in laymans terms.
Thank you!

답변 (1개)

Image Analyst
Image Analyst 2021년 10월 13일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2021년 10월 13일

답변:

2021년 10월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by