How to display a symbolic formula without substitutions "where"?

조회 수: 19 (최근 30일)
reincornator
reincornator 2021년 10월 12일
답변: Star Strider 2024년 3월 28일 18:07
Hello.
How to display a symbolic formula without "where" and "sigma"? Thanks.

답변 (2개)

Star Strider
Star Strider 2024년 3월 28일 18:07
@reincornator — I usually put this:
sympref('AbbreviateOutput',false);
just after the syms call in my code to prevent all the Σ or σ from, appearing. See the documentation on sympref for more options.
.

Isaac
Isaac 2024년 3월 26일
I was able to solve all of my issues with this kind of substitution by using the command expand().
Example: S_calc = expand(Eref_HV/Erad_HV)
Hope this works!
  댓글 수: 1
reincornator
reincornator 2024년 3월 28일 15:11
Привет. Эта функция не решает задачу.
Hi. This function does not solve the problem.

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

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by