How to plot a 3d graph with uneven dimensions?

2 views (last 30 days)
Hi, I am having trouble plotting a 3D graph with uneven data(Doubles) dimension. I have three vectors with the following dimensions X = 1 x 9, Y = 201 x 1, and values =201 x 9.
Thank you in advance.

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 7 Jul 2014
mesh(X,Y,values);

More Answers (0)

Categories

Find more on 2-D and 3-D Plots 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!