Hi,
I want tocreate a plot
with a=1:10,
b=1:10
c=1:10 as my 3-axis
and i want to plot x,y,z where
x=a+b+c;
y=a+2b+c;
z=a+b+c;
help getting this plot.
Thanks, Sita

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 8 Jan. 2015

0 Stimmen

plot3(x,y,z)

1 Kommentar

sita
sita am 8 Jan. 2015
Thanks for your answer
l=a+3b+2c; m=a+3c; n=b+5d;
if i have multipe equations to plot what should i use for pltotting?? x,y,z,l,m,n

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 8 Jan. 2015

Kommentiert:

am 8 Jan. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by