how to use plot3 for x,y,z, while plotting.. it shows nothing
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Veera Kanmani
am 9 Mär. 2018
Kommentiert: Veera Kanmani
am 9 Mär. 2018
i have to use plot3 function to plot x,y,z
x=[1]
y=[2]
z=[3]
plot3(x,y,z)
while i plot this , nothing appears on the plot.. how to plot this in 3d
0 Kommentare
Akzeptierte Antwort
KSSV
am 9 Mär. 2018
plot3(x,y,z,'.r')
As you have single data..you need to use a marker.
3 Kommentare
Weitere Antworten (0)
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!