huatu.m
来自「包括MATLAB7.0实用指南(1)书中所有的例子的源代码。」· M 代码 · 共 7 行
M
7 行
x=[1 2 3 4 5 6];
y=[10 15 8 20 22 32];
bar(x,y);
colormap cool;
hold on
plot(x,y,'LineWidth',3,'Color','r','lineStyle','-.');
hold off
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?