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

34 ビュー (過去 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 日 5:30
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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by