Borrar filtros
Borrar filtros

Print matrices whose name is based on loop values

1 visualización (últimos 30 días)
Paras Choudhary
Paras Choudhary el 21 de Jul. de 2022
Respondida: Steven Lord el 21 de Jul. de 2022
for i = 1:3
eval(['k' num2str(i) '=i']);
end
%% Doubt - How to print k1, k2, k3 based on iteration no. ???

Respuesta aceptada

Steven Lord
Steven Lord el 21 de Jul. de 2022
Can you dynamically create variables with numbered names like k1, k2, k3, etc.? Yes.
Should you do this? The general consensus is no. That Answers post explains why this is generally discouraged and offers several alternative approaches.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by