Create a cell array of strings containing the first n natural numbers. Slightly harder than it seems like it should be.
Example
>> y = naturalnumbers(4)
y =
'1' '2' '3' '4'
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1940
Suggested Problems
-
996 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
460 Solvers
-
Simple equation: Annual salary
4264 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
648 Solvers
-
656 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Seems that assert will accept string array instead of cell array. Shouldn't they be treated differently?
Don't think too hard about this set of problems, it's earlier then you think
gripping