MATLAB: How to create a cell array with natural numbers up to 1000

MATLAB

I know it is very simple, but I don't know how to do it. I have been doing it in a very clumsy way. Can any one tell me how to do it elegantly?
Thanks,
Jennifer

Best Answer

num2cell(1:1000)