I've got a 1x4 character array containing a 4-digit number.
I'm looking for a way to increment this number in a for loop. For example, with 3 iterations the output of the for loop would be as follows;
Can MATLAB increment numbers, within a character array, in a for loop?