📜  matlab syms 数组 - Matlab 代码示例

📅  最后修改于: 2022-03-11 15:01:04.497000             🧑  作者: Mango

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