Renaming variables from the parameter list to "_1".
Mostra commenti meno recenti
Input list: ParameterList = {A, B, C,...}; % picks up all the parameters from the dataset
Output ParameterList_New = {A_1, B_1, C_1,...)
If we can remove the old list, ParameterList, that would be great.
-Ferdinand
4 Commenti
Walter Roberson
il 30 Gen 2017
Please explain more about how this is being used? Is ParameterList a cell array of strings?
Stephen23
il 30 Gen 2017
I suspect that this might be relevant:
Ferd
il 30 Gen 2017
John D'Errico
il 30 Gen 2017
No. The point is, you only THINK you need to do that, because you have not learned how to use variables and arrays. You still want to program in Excel, or some language like that. As Stephen said, you don't really need to do it, and it is a bad thing in general.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!