📜  matlab从函数中获取符号变量 - 无论代码示例

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

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