shuftting graph plot matlab
Show older comments
theta= inv(A)* S;
th=vec2mat(theta,19);
figure
mesh( th);
1 Comment
Adam Danz
on 11 Apr 2019
The original question asked how to shift the x and y coordinates of a mesh plot produced by mesh(z).
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh 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!