MATLAB - String Handling
What will be the output of this MATLAB code?
str = sprintf('Hex: %X', 255); disp(str);str = sprintf('Hex: %X', 255); disp(str);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions