creating a plot for given functions

1 回表示 (過去 30 日間)
sita
sita 2015 年 1 月 8 日
コメント済み: sita 2015 年 1 月 8 日
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 日
  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 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by