MATLAB - String Handling
Find the mistake in this MATLAB code:
str1 = 'Data';
str2 = 'Science';
result = strcat(str1, ' ', str2);
disp(result);
str1 = 'Data';
str2 = 'Science';
result = strcat(str1, ' ', str2);
disp(result);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions