How to display minimum valley point on the surface,which is drawn using symbolic variables
Mostra commenti meno recenti
Hi
syms w0 w1;
J = .9486-1.0544*w0+.8916*w1+w0*w1+1.1*(w0^2+w1^2);
figure;ezsurf(J);
i plotted a 3D surface using above code.I would like to know how to display valley or minimum point (with 3 coordinates)
of that surface in the same plot.
1 Commento
John D'Errico
il 14 Gen 2014
1. Compute the point.
2. Use hold on.
3. call plot.
Risposta accettata
Più risposte (1)
Chandradhar Savanth
il 14 Gen 2014
0 voti
Categorie
Scopri di più su Surface and Mesh Plots 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!