1 Star 1 Fork 1

陈帅/Stackelberg-Game11

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
get_ts.m 205 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li Yu 提交于 2019-11-09 04:19 . Upload all m files
function [ ts ] = get_ts( data,num )
ts = ones(1,num);
for idx = 1:num
flag = find((data(idx,2:end)-data(idx,1:end-1))>0);
if ~isempty(flag)
ts(idx) = flag(end);
end
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lowtohigh/stackelberg-game1111.git
git@gitee.com:lowtohigh/stackelberg-game1111.git
lowtohigh
stackelberg-game1111
Stackelberg-Game11
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385