博客
关于我
Matlab 条形图实例
阅读量:107 次
发布时间:2019-02-26

本文共 123 字,大约阅读时间需要 1 分钟。

操作文本如下;

> x=[1:12];
> y=[75, 55, 45, 78, 90, 60, 70, 75, 88, 92, 94, 34];
> bar(x,y), xlabel('Name'), ylabel('score')

结果;

 

转载地址:http://bzyy.baihongyu.com/

你可能感兴趣的文章
nginx总结及使用Docker创建nginx教程
查看>>
nginx报错:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:128
查看>>
nginx报错:the “ssl“ parameter requires ngx_http_ssl_module in usrlocalnginxconfnginx.conf128
查看>>
Nginx搭建RTMP服务器+FFmpeg实现海康威视摄像头预览
查看>>