Help me about the error when I use solve command ?

조회 수: 2 (최근 30일)
Nguyen Trong Nhan
Nguyen Trong Nhan 2014년 1월 6일
댓글: Walter Roberson 2014년 1월 6일
I use matlab R2013a,
the first pic is my command windows, the second pic that I take it from help. Why does it difference between them ? How do I do so that it same as the example of help. help me. thank you very much.

채택된 답변

Walter Roberson
Walter Roberson 2014년 1월 6일
You are looking on the wrong documentation page. You are looking at http://www.mathworks.com/help/symbolic/mupad_ref/solve.html when you should be looking at http://www.mathworks.com/help/symbolic/solve.html
The only difference between the answer you are being presented and the answer in the example is in the visual presentation. The documentation page you are looking at is the page for running the Symbolic Toolbox within a MuPAD notebook: MuPAD notebooks know how to visually represent answers that the solve() you are actually using has to resort to text to display.
  댓글 수: 2
Nguyen Trong Nhan
Nguyen Trong Nhan 2014년 1월 6일
I see the MuPAD is very lifelike. the expression is display like you write by hand. Could you help me how to use MuPAD tool box so that it more lifelike. thanks
Walter Roberson
Walter Roberson 2014년 1월 6일
Give the command
notebook
and use the interface that shows up there.
Note: the MuPAD language does not use "sym" or "syms" and uses := for assignment rather than = by itself. MuPAD syntax is sometimes similar to MATLAB syntax.
MuPAD underlies MATLAB's symbolic facilities, but MATLAB translates syntax and calls when passing in to MuPAD and when getting results out.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by