MATLAB: Program that returns random letter

program that returns random letter

Best Answer

char(randi([65,90]))
char(randi(+'AZ'))