필터 지우기
필터 지우기

What's MuPad in Matlab ? is it useful ?

조회 수: 1 (최근 30일)
Nguyen Trong Nhan
Nguyen Trong Nhan 2014년 1월 6일
댓글: Walter Roberson 2014년 1월 6일
What is MuPad of Matlab ? What's is difference between command in MuPad and command in Command Window. Is MuPAD useful for me ? How to use it ? thank you very much.

채택된 답변

Walter Roberson
Walter Roberson 2014년 1월 6일
MuPAD is a symbolic mathematics package. The MATLAB Symbolic Computing toolbox includes MuPAD, and also includes an interface between MATLAB proper and MuPAD, allowing elementary operations to be done without having to know much about MuPAD.
MuPAD was written as a completely different programming language than MATLAB; the interface between MATLAB and MuPAD was developed later.
MuPAD has a fair number of capabilities for which no direct MATLAB interface has been provided. It is possible to access MuPAD more directly from MATLAB by using MATLAB's evalin() or feval() commands. You can also use the command "notebook" to bring up MuPAD's native user interface.
Using MuPAD more directly might perhaps be useful for you, but we would need a better idea of what kinds of problems you work on in order to figure out whether it is likely to be worth the studying.
MuPAD is fairly similar to the Maple symbolic software package
  댓글 수: 2
Nguyen Trong Nhan
Nguyen Trong Nhan 2014년 1월 6일
Oh, I also using Maple 17. Are commands in Maple available in MuPad ? Do you often use Mupad? is Mupad popular like command window ?
Walter Roberson
Walter Roberson 2014년 1월 6일
Maple is not available from MuPAD but the two are a lot alike. The names of the types are different and "convert" in Maple becomes "coerce" in MuPAD. Some of the library routine names differ.
It may help to think of MuPAD as if it was a maple clone a number of releases back but which evolved since.
I seldom hear of people using the notebook interface. A few.
I do not have the Mathworks symbolic toolbox (that includes MuPAD) so I can not go into much detail. I do try to assist people with it based upon my maple knowledge and what I read in the manual

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

추가 답변 (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