how do i get the sigmas out of the livescript display?

조회 수: 16 (최근 30일)
Philipp Rupp
Philipp Rupp 2021년 2월 10일
댓글: Philipp Rupp 2021년 2월 22일
Hi Everyone,
I am currently working with a very long equation. And when I output it in the livescript, MATLAB finds several sigmas (see screenshot). I would like to have this equation with the sigmas in order to process it in another function.
So far I have tried [r,sigma] = subexpr(expr). I cancelled this command after more than 1 hour of calculation. In addition, subexpr, if I have understood it correctly, only looks for one sigma.
I hope someone here can help me.
I am working with Matla 2017b and the symbolic toolbox

답변 (2개)

Nikhil Sonavane
Nikhil Sonavane 2021년 2월 19일
Currently, subexpr function gives only one sigma as you correctly mentioned. I have brought this issue to the concerned people and it might be considered in any future release.
  댓글 수: 1
Philipp Rupp
Philipp Rupp 2021년 2월 22일
Thanks for the answer.
I have now got one sigma with this command. (It has calculated for several hours)
Which I find strange, because the display from the live script "only" takes a few minutes.

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


Walter Roberson
Walter Roberson 2021년 2월 19일
편집: Walter Roberson 2021년 2월 19일
Complete hack:
ML = getMathMLForSym(rxppcol); %undocumented internal function
and parse the returned MathML to decode the sigma expressions
  댓글 수: 1
Philipp Rupp
Philipp Rupp 2021년 2월 22일
Thanks for the answer.
Unfortunately the equation is too long. (See screenshot)

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

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by