www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/ConvertCharacterVectorToUppercaseExample.m

    %% Convert Character Vector to Uppercase
txt = 'Hello, World.';
newTxt = upper(txt)