fimplicit3​が使えない場合の3変​数方程式の描き方を教​えてください。

R2015bを使用しているため、 syms Z Q1 Q2 eqn=N+2^0.5/2*(Q1+Q2)==235/3; の方程式をfimplicit3を用いて図を描くことができません。 他の方法での描き方を教えてください。

 Accepted Answer

madhan ravi
madhan ravi on 16 Oct 2018
Edited: madhan ravi on 16 Oct 2018

1 vote

ezplot3() will work fine

6 Comments

m17td024
m17td024 on 16 Oct 2018
>> syms N Q1 Q2 >> eqn=N+2^0.5/2*(Q1+Q2)==235/3; >> ezplot3(eqn) インデックスが行列の次元を超えています。
エラー: sym/ezplot3 (line 25) y = char(sym(varargin{2}));
となってしまいます。
madhan ravi
madhan ravi on 16 Oct 2018
Can you upload the question in latex form or your photo of the question?
m17td024
m17td024 on 19 Oct 2018
sorry for my late reply. this is the photo that has error.
madhan ravi
madhan ravi on 19 Oct 2018
I mean whats N Q1 and Q2 , is there any datas for it or its an equation ? like x+y=z.. if so please upload photo of your question
m17td024
m17td024 on 19 Oct 2018
No,they are independent variable and don't have any datas. But I solved it now.I misunderstood the formula itself. Sorry for making you go to all this trouble.
madhan ravi
madhan ravi on 19 Oct 2018
No problem glad that you solved it

Sign in to comment.

More Answers (0)

Products

Release

R2015b

Asked:

on 16 Oct 2018

Commented:

on 19 Oct 2018

Community Treasure Hunt

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

Start Hunting!