MATLAB - String Handling
What is the output of this MATLAB code?
str1 = 'Data';
str2 = 'Science';
result = [str1 ' ' str2];
disp(result);
str1 = 'Data';
str2 = 'Science';
result = [str1 ' ' str2];
disp(result);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions