Create a set of n variable names 'a_1',...,'a_n'
The result should be a column oriented cell array of strings.
Example input:
n=5
Example output:
{'a_1';'a_2';'a_3';'a_4';'a_5'}
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers35
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
Convert a numerical matrix into a cell array of strings
2529 Solvers
-
Flag largest magnitude swings as they occur
692 Solvers
-
Find the sum of the largest two elements in a vector
119 Solvers
-
110 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!