I don't understand why this code doesn't work. Does someone see it?
fun = (@t) A0.*(k./(kaccent+k)).*(1-((exp(1)).^(-((k+kaccent).*t))))

 채택된 답변

David Hill
David Hill 2022년 3월 2일

0 개 추천

fun = @(t) A0.*(k./(kaccent+k)).*(1-((exp(1)).^(-((k+kaccent).*t))));

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

질문:

2022년 3월 2일

답변:

2022년 3월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by