Effacer les filtres
Effacer les filtres

'LineWidth' feature is not available in 2012a?

1 vue (au cours des 30 derniers jours)
William
William le 1 Fév 2013
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???

Réponse acceptée

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

Plus de réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 1 Fév 2013
you will find it in
doc plot

Catégories

En savoir plus sur Language Fundamentals dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by