MATLAB: Strsplit for input type char not working

charstringstrsplitunderscore

I have a string and I want split it where it has underscore. But its showing an error. Error says "Undefined function 'strsplit' for input arguments of type 'char'.". Find here attached snap shot of what I am trying to achieve.

Best Answer

Introduced in R2013a and you are probably using an earlier version.