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

36 vues (au cours des 30 derniers jours)
reincornator
reincornator le 12 Oct 2021
Réponse apportée : Star Strider le 28 Mar 2024 à 18:07
Hello.
How to display a symbolic formula without "where" and "sigma"? Thanks.

Réponses (2)

Star Strider
Star Strider le 28 Mar 2024 à 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 le 26 Mar 2024 à 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 commentaire
reincornator
reincornator le 28 Mar 2024 à 15:11
Привет. Эта функция не решает задачу.
Hi. This function does not solve the problem.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by