MATLAB - String Handling
You want to concatenate the words "Data" and 'Science' in MATLAB to form a string. Which code correctly does this and results in a string type?
string('Science') converts the char array to string, allowing + operator to concatenate strings properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions