Construct valid MATLAB identifiers from input strings ...
www.mathworks.com › matlabN = matlab.lang.makeValidName (S) constructs valid MATLAB ® identifiers, N, from input strings, S. The makeValidName function does not guarantee the strings in N are unique. A valid MATLAB identifier is a character vector of alphanumerics (A–Z, a–z, 0–9) and underscores, such that the first character is a letter and the length of the ...