MATLAB: Simple Use of Strings

use of strings

I am simply trying to get through a Tutorial online and am having a problem running a simple string. It is returning the error:Undefined function 'string' for input arguments of type 'char'.
I am typing: >> a = string('Hi how are you') Undefined function 'string' for input arguments of type 'char'.
This is my first time using MatLab. Do I have to engage this feature to use it? I am pretty sure I have it typed in correctly.

Best Answer

Your version of MATLAB does not support the string class.
"String arrays were introduced in R2016b":