Create 3D plot out of multiple xy plots
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
I'm yet again stuck in matlab. Currently I'm sitting on a bunch of X-Y plots, with x = distance and y = counts. However, this also varies in Z.
At the moment I have 45 plots each with respect to X-Y but for a different Z. The X value is exactly the same for all of the plots. Is there a way I can conveniently have matlab plot all these plots and connect them where the X values are the same?
Best,
Rick
3 Commenti
Walter Roberson
il 30 Gen 2019
Modificato: Walter Roberson
il 30 Gen 2019
Each z corresponds to exactly one x, but each x corresponds to multiple z? The same number of z in each case ? Is length(z) an integer multiple of length(unique(x)) ? So that you could reorder the data into a grid, unique x on one side and the corresponding z on another? Would it be a regular grid?
Would it be practical to show us a scatter3() of the data ?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!