Matlab Syms Array

[Solved] Matlab Syms Array | Matlab - Code Explorer | yomemimo.com
Question : matlab syms array

Answered by : huldar

A = sym('a',[2 2 2])
%Creates a 2 by 2 by 2 multidimensional array with the symbolic variable 'a'

Source : https://www.mathworks.com/help/symbolic/sym.html | Last Update : Thu, 07 Oct 21

Answers related to matlab syms array

Code Explorer Popular Question For Matlab