Let's say, I have a variable, arrayName = 'array1'. Then, I wish to declare an array whose name is the value of the variable arrayName, i.e. 'array1'.
I don't think
arrayName = []
will work.
I am using MATLAB, but I think this question is a generic question.