Create Symbolic Matrices - MATLAB & Simulink
www.mathworks.com › help › symbolicTo control the format of the generated names of matrix elements, use %d in the first argument: A = sym ('A%d%d', [2 4]) A = [ A11, A12, A13, A14] [ A21, A22, A23, A24] Create Matrix of Symbolic Numbers A particularly effective use of sym is to convert a matrix from numeric to symbolic form. The command A = hilb (3)