How to show several histograms in the same window?

1 view (last 30 days)
Sarah A
Sarah A on 29 Jan 2019
Answered: KSSV on 29 Jan 2019
Hello,
Suppose that we have the matrix A (3*n) and we want to show the histograms of A(1,:) and A(2,:) in the first window and the histograms of A(1,:) and (A,3) in the second window where these two windows occur in the same time which means we have to use a loop ! So how can I do that ?
Regards,

Answers (1)

KSSV
KSSV on 29 Jan 2019
Read about subplot

Community Treasure Hunt

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

Start Hunting!