How to process multiple variable through a single equation
Mostrar comentarios más antiguos
I am trying to shorten a script that is enormous. I am not sure how to create an idependent name, and use the variable in the equation and loop through with hundreds of variables. Here is an example of my problem:
SigIdx = {'r' 't' 'y' 'u' 'i' 'o'};
'SigIdx'_ISO = gridfit(n,M,'SigIdx',ngrid,Mgrid);
Respuestas (1)
Walter Roberson
el 28 de Mzo. de 2013
1 voto
1 comentario
Andrew
el 28 de Mzo. de 2013
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!