how i Initialized a function defined by syms order such i do not number variables this function?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
xosro
am 10 Jul. 2015
Kommentiert: xosro
am 11 Jul. 2015
i have code that inputs of it are a function defined by syms order and a point that changed every time dimension of this function then for example: i can not write
syms f(x,y)
x0=(1,1);
f(x,y)=x+y;
f(x0)= error
f(x(1),x(2))
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Assumptions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!