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

 Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by