MAtlab symbolic toolbox and removal of Mupad interface

조회 수: 2 (최근 30일)
timo
timo 2016년 3월 15일
편집: Karan Gill 2017년 10월 17일
Dear all I use units defined in Mupad Interface from Matlab live documents like this
mV = sym('unit::mvolt');
Warning: Support of strings that are not valid variable names or define a number will be removed in a future release. To create symbolic expressions, first
create symbolic variables and then use operations on them.
This is a pretty good solution and i dont want to use the clunky syntax evalin(symengine...) to use Mupad symbolic stuff
What is Mathworks thinking aboout the solution to this issue? What happens when they remove the syntax i use ?

답변 (1개)

Karan Gill
Karan Gill 2017년 3월 10일
편집: Karan Gill 2017년 10월 17일
Starting R2017a, units are available in MATLAB via Symbolic Math Toolbox. See:
Karan. (Symbolic doc)
[SL: fixed a typo. This functionality was added in release R2017a not R2017b.]

카테고리

Help CenterFile Exchange에서 Utilities for the Solver에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by