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

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 1월 8일

0 개 추천

plot3(x,y,z)

댓글 수: 1

sita
sita 2015년 1월 8일
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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

태그

질문:

2015년 1월 8일

댓글:

2015년 1월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by