argument = [new_letter_A, new_letter_B, new_letter_C, new_letter_D, new_letter_E];
In Python, I can use len(argument) to find the number of items in the array above. Is there an easy way to accomplish the same thing in MATLAB? (I want this to return '5'.)Thank you.