'LineWidth' feature is not available in 2012a?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 1 Feb. 2013
It's a property of a line not a function:
h = plot(rand(1,10));
set(h,'LineWidth',10)
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!