📄 abs.m
字号:
function y = abs(x)% ABS Absolute value and complex magnitude% Y = abs(X) returns a signal Y such that each element of Y is% the absolute value of the corresponding element of X.% $Id: abs.m 3 2004-02-04 12:57:04Z mairas $y = signal(abs(x.s),x.time);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -