Effacer les filtres
Effacer les filtres

How to rewrite my expression using two abbreviations?

1 vue (au cours des 30 derniers jours)
Valeri Aronov
Valeri Aronov le 29 Juin 2021
Commenté : Valeri Aronov le 4 Juil 2021
I tried Rewrite Expression Using Abbreviations example in https://au.mathworks.com/help/symbolic/subexpr.html for subexpr() and I can't reproduce it - the code renders a new expression with sigma, but w/o sigma1 and sigma2.
This is a link to the answer to my another question that uses two abbreviations (sigma1 and sigma2):
How do I get this result in MATLAB?
  2 commentaires
Asmit Singh
Asmit Singh le 29 Juin 2021
The question is not clear, can you tell what do you mean by sigma1 and sigma2
Valeri Aronov
Valeri Aronov le 29 Juin 2021
Both refs above have greek sigmas rendered as in https://en.m.wikipedia.org/wiki/Greek_letters_used_in_mathematics,_science,_and_engineering

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Juin 2021
You get the pretty output only with Live Script
  11 commentaires
Walter Roberson
Walter Roberson le 30 Juin 2021
That was mostly for consistency. The important part is that I used semi-colon. It could have been coded [r;sigma] but not [r,sigma] because r is a column vector with more than one entry and adding a column with only one entry to that does not work.
Valeri Aronov
Valeri Aronov le 4 Juil 2021
A loosely-typed language like that may become challenging for a casual user like myself. I would say that the prompt help available from MATLAB gurus is a crucial piece of MATLAB usefulness. Thanks a lot.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by