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

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

 채택된 답변

madhan ravi
madhan ravi 2018년 10월 16일
편집: madhan ravi 2018년 10월 16일

1 개 추천

ezplot3() will work fine

댓글 수: 6

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

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

추가 답변 (0개)

카테고리

제품

릴리스

R2015b

질문:

2018년 10월 16일

댓글:

2018년 10월 19일

Community Treasure Hunt

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

Start Hunting!