码迷,mamicode.com
首页 > 其他好文 > 详细

Matlab-subplot_function

时间:2019-08-23 13:11:30      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:magic   osi   fir   pos   function   atl   plot   tle   UNC   

pos1 = [0.05 0.4 0.3 0.3];
subplot(‘Position‘,pos1)
y = magic(4);
plot(y)
title(‘First Subplot‘)

pos2 = [0.5 0.15 0.4 0.7];
subplot(‘Position‘,pos2)
bar(y)
title(‘Second Subplot‘)

Matlab-subplot_function

标签:magic   osi   fir   pos   function   atl   plot   tle   UNC   

原文地址:https://www.cnblogs.com/shunguo/p/11399358.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!