How to evaluate two variable function...?
Mostra commenti meno recenti
f=@(x1,x2) 2*x1^2+x2^2+2*x1*x2+x1-x2;
x1=0; x2=1;
X=[x1;x2];
How to evaluate function using vector X..?
f(X) is not working.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Numerical Integration and Differential Equations 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!