|
Hi all,
I would like to code a program in MATLAB which will plot a histogram taking values from multiple matrices (a particular cell value from all matrices). For example I have 3 matrices (A,B and C).
A = 1 2 3 B = 12 13 14 C = 46 23 16
4 5 6 16 18 21 12 31 33
7 8 9 23 25 28 32 34 54
Now I want to code a program which will take the corresponding elements from these 3 matrices (for example A(1,1), B(1,1), C(1,1) ) and plot a histogram. Is it possible to
put a loop which will internally take the corresponding elements from the matrices
and plot a histogram. This is just an example while I have a large number of data sets
which I will be using.
Appreciate for the help.
Thanks and Regards,
Subrat Kumar Swain.
|