Matlab(初阶、进阶绘图)—台大版—超全学习总结第四课

plot(x,y)

使用hold on在一个图中包含两个情节

Plot Style: plot(x,y,'str') 

向图形添加图例:legend()

 

title()
• xlabel()
• ylabel()
• zlabel()


 

 练习:

Figure Adjustment :

Modifying Properties of An Object

1. Identifying the Handle of An Object

h = plot(x,y); 

Fetching or Modifying Properties
• To fetch properties, use get() 
• To modify properties, use set()  


轴的字体和刻度设置:

set(gca, 'FontSize', 25);

 Font——>symbol

Figure Position and Size
figure('Position', [left, bottom, width, height]); 

只能对当前(current)对象进行下面操作:

 

 

Histogram:整体情况

Bar Charts:部分情况 

 

 

 

 

 

 

封闭曲线

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值