Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Srikar V.S
Srikar V.S el 30 de Nov. de 2023
Comentada: Stephen23 el 1 de Dic. de 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 comentarios
Srikar V.S
Srikar V.S el 30 de Nov. de 2023
Thank you for the suggestions!
Stephen23
Stephen23 el 1 de Dic. de 2023
@Shreeya: why did you delete your answer?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by