tdofssfun.m
来自「振动仿真 vibration simulation using matlab a」· M 代码 · 共 9 行
M
9 行
function xprime = tdofssfun(t,x)
% Function code called by tdof_ss_time_ode45_slnk.m, contains
% state equations for calculating transient response
global a b u
xprime = a*x + b*u;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?