'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???
0 件のコメント
採用された回答
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)
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!