You can transform the given set of strings into a character array in MATLAB using the char
function. Here's an example:
main.m103 chars3 lines
The resulting charArray
will be a character array where each row represents one string from the given set.
gistlibby LogSnag