How to plot vectors

1 visualizzazione (ultimi 30 giorni)
Baby Sri Laya Attunuru
Baby Sri Laya Attunuru il 20 Giu 2021
How can i create a histogram of density with the histogram function and how can i Set the "FaceColor" to yellow ("y") ?

Risposta accettata

Sulaymon Eshkabilov
Sulaymon Eshkabilov il 20 Giu 2021
A = ... % Your data
H = histogram(A);
H.FaceColor = 'y'; % Face Color
H.EdgeColor = 'r'; % Edge Color

Più risposte (1)

SALAH ALRABEEI
SALAH ALRABEEI il 20 Giu 2021

Community Treasure Hunt

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

Start Hunting!

Translated by