Effacer les filtres
Effacer les filtres

How to change the name of the display variable based on input?

2 vues (au cours des 30 derniers jours)
Srikar V.S
Srikar V.S le 30 Nov 2023
Commenté : Stephen23 le 1 Déc 2023
I am writing a simple matlab code on multilying matrices, one of the matrices in it has elements which are a function of a parameter "theta". I want the name of the matrix (or the variable) to include that value of theta which is used to calculate those elements.
For example, in the display, i want it to show me Q_45 without me having to go and change the name manually. It should recognise that theta is 45 and hence the variable name changes to Q_45.
Please help me with this simple problem.
theta = 45;
Q_theta = [sind(theta) cosd(theta); cosd(theta) sind(theta)]
Q_theta = 2×2
0.7071 0.7071 0.7071 0.7071
  5 commentaires
Srikar V.S
Srikar V.S le 30 Nov 2023
Thank you for the suggestions!
Stephen23
Stephen23 le 1 Déc 2023
@Shreeya: why did you delete your answer?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by