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

15 visualizaciones (últimos 30 días)
reincornator
reincornator el 12 de Oct. de 2021
Respondida: Star Strider el 28 de Mzo. de 2024
Hello.
How to display a symbolic formula without "where" and "sigma"? Thanks.

Respuestas (2)

Star Strider
Star Strider el 28 de Mzo. de 2024
@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 el 26 de Mzo. de 2024
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 comentario
reincornator
reincornator el 28 de Mzo. de 2024
Привет. Эта функция не решает задачу.
Hi. This function does not solve the problem.

Iniciar sesión para comentar.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by