MATLAB: How can store string and number in a matrix

matrixnumberstring

i want to store string and numbers in a matrix for example store word 'matlab' in one cell and 'ver' & '12' in other cells

Best Answer

A={'matlab', {'ver',12}}