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

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

 Réponse acceptée

madhan ravi
madhan ravi le 16 Oct 2018
Modifié(e) : madhan ravi le 16 Oct 2018

1 vote

ezplot3() will work fine

6 commentaires

m17td024
m17td024 le 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 le 16 Oct 2018
Can you upload the question in latex form or your photo of the question?
m17td024
m17td024 le 19 Oct 2018
sorry for my late reply. this is the photo that has error.
madhan ravi
madhan ravi le 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 le 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 le 19 Oct 2018
No problem glad that you solved it

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Version

R2015b

Community Treasure Hunt

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

Start Hunting!