How to get the parameter value inside matlab code, In workspace If i give parameter.Value it gave the result but inside m script if i give c=param{j}.Value it doesn't provide the output. Here I have made an list of variable in a cell array. Please he
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have an array of 300 variables, here i need to find the data type of each block. With the help of for loop how to identify the datatype of each one in the array. I used class(variable name or parameter) to get the type in workspace. But with the help of for loop. how to get the data type of each entries in the cell array. please suggest. Thank you
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!