Just. Don’t.
Create an array, and refer to them as elements of the array instead. That is as unique as they need to be.
Example:
A = [1 3 7 2 5];
B = A(2) + A(5);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!