Plot 2 Vectors as a X and Y graph
Show older comments
Hello all,
I have the following two vectors (Bending Moment and Meridian s) both 86x1 dimension and I want to plot Bending Moment as a function of Meridian s.
I did the following thing but I am not getting good results:
figure(3)
plot (Meridian_s(1,:),M_plot(1,:),'-xm')
ylabel('M [Nmm/mm]')
xlabel ('Meridian Coordinate S [mm]')
title('Bending Flux ')
How would you do it?
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Vector and Raster Map Display in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!