'LineWidth' feature is not available in 2012a?

1 次查看(过去 30 天)
I have been trying to thicken my lines for a while now but it seems I have found the problem
>> help LineWidth
LineWidth not found.
Why is this not available in 2012a???

采纳的回答

Sean de Wolski
Sean de Wolski 2013-2-1
It's a property of a line not a function:
h = plot(rand(1,10));
set(h,'LineWidth',10)

更多回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-1
you will find it in
doc plot

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by