Borrar filtros
Borrar filtros

how to dynamically assign data to a variable

2 visualizaciones (últimos 30 días)
Amit
Amit el 3 de Dic. de 2014
Respondida: Sean de Wolski el 3 de Dic. de 2014
for ii=1:20
assignin('base', ['PClean_',num2str(ii)],ActualReading(1:end,17));
PClean=['PClean_%d',ii];
I wish to assign data of PClean_1,PClean_2,PClean_3,PClean_4....and so on to PClean but i am not able to assign it for each loop

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 3 de Dic. de 2014

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by