Info

This question is closed. Reopen it to edit or answer.

3-D plot in matlab

3 views (last 30 days)
Matlabuser
Matlabuser on 14 Nov 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi everyone, I have a three data sets, I want to plot them parallel on surface plot. And want to define a common reference system for all of them. Like for all plots, grid should be x=0:5:235; y=0:9:45;
and then I enter my data in this grid with their x,y,z location

Answers (1)

the cyclist
the cyclist on 14 Nov 2014
You're probably going to want a 3-d plot, with color. My suggestion would be to look through the MATLAB Plot Gallery to find something similar to how you think you might want to display your data. Then you can download the code from that plot, and customize it to your needs.
  1 Comment
Matlabuser
Matlabuser on 14 Nov 2014
Yes, I want 3D plot. I want to plot x,y,z values and then on plot of these values, I want to put my experimental data for which I have same values of x,y,z.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!