필터 지우기
필터 지우기

'LineWidth' feature is not available in 2012a?

조회 수: 1 (최근 30일)
William
William 2013년 2월 1일
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