MATLAB: I want to create a vector of variables

for loopvariablevector

Hello saviors
I want to create a column vector of increasing variables count. What is mean by this is to create a vector [c1, c2, c3, …. cN] where N is the number of variables and each c1 c2…cN are all variables. Is there a forloop for naming variable like this?
Thanks!