English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Windows编程
>
通讯编程
> 查看源码
add2statistic.m
资源名称:
cooperative.rar [点击查看]
上传用户:
cjx922
上传日期:
2017-12-13
资源大小:
205k
文件大小:
0k
源码类别:
通讯编程
开发平台:
Matlab
add2statistic.m:源码内容
function add2statistic(x,y,leg);
% 添加图
global statistic;
statistic.x = [statistic.x;x];
statistic.y = [statistic.y;y];
statistic.legend = strvcat(statistic.legend,leg);