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 views (last 30 days)
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

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!