How do we make a plot of scatter3 with data shown on each panel (x-y,x-z,y-z)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can we show the data on each panel in a 3d plot like the one below?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/618993/image.png)
0 Commenti
Risposta accettata
Jonas
il 15 Mag 2021
Modificato: Jonas
il 15 Mag 2021
you could use scatter3 four times, first you plot the black colored dots and with the three other scatter commands you plot the same data (in gray) but set the x, y or z data to a fixed value. then you can set xlim, ylim and zlim to the same values and you will see the plots on the wall
Più 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!