📜  matlab 符号变量 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:42.887000             🧑  作者: Mango

代码示例1
% Creating symbolic variables with 2 different methods:
% 1:
syms x
% 2:
y = sym('y')