回复:请问在Matlab 中如何使用plot code 改变线的粗细?

来源: 2007-02-14 13:36:31 [旧帖] [给我悄悄话] 本文已被阅读:

Easy. Just use a command like the following:

plot(...,'LineWidth',2),

which gives you a linewidth 2.

Good luck