passing a sym variable to function handle
Mostra commenti meno recenti
for that example of function handle line;
F=@(t,y) t*y;
is it possible to pass t*y into function handle externally like so:
A = t*y;
F=@(t,y) A;
i tried that and it failed, is there any other way to do so?
Risposte (0)
Categorie
Scopri di più su Numeric Solvers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!