3 Star 2 Fork 0

liubinyu / QuadSysIdent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
data_diff.m 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
liubinyu 提交于 2018-01-25 22:41 . identification script git restore
function [ diff_data ] = data_diff( data, dt)
%DATA_DIFF 此处显示有关此函数的摘要
% 此处显示详细说明
[Nx,Ny]=size(data);
diff_data = [zeros(1,Ny);(data(2:Nx,:)-data(1:Nx-1,:))/dt];
end
Matlab
1
https://gitee.com/persisting/QuadSysIdent.git
git@gitee.com:persisting/QuadSysIdent.git
persisting
QuadSysIdent
QuadSysIdent
master

搜索帮助