Why does this function handle not work?

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))))

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by