Hi In a three-dimensional graph with x, y, z are. For example, a point with an entry in the chart is displayed. And can change with a change in the graph is obtained. Desired program, please write to me. Thank you.
Show older comments
a=input('a='); x=[0,34.5]; y=[0,19.5]; z=[19.5,34.5]; u = gradient(x); v = gradient(y); w = gradient(z); scale = 0.1; quiver3(x,y,z,u,v,w,scale); view([56 54]);
Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!