Ploting vector data in 2D or 3D
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everybody, I have three vectors in MATLAB. The first vectors is x-axis values like X= [ 1 2 3 5....], the second vector is y-axis values and the same size of x, like y=[1 5 4 8 9 ...] and the third vector is my data at each (x,y) point with the same size of X or Y vector like data=[ 2 5 6 1 ...]. Thus, for example, data(n) corresponds to x(n) and y(n). My question is how can I plot my data vector at x and y points? I prefer to see the result in color format (similar to what imagesc gives).
2 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!