How to plot and compare probability distribution (5D) in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear Sir, I want to plot and compare probability distribution from two system A and B. A is observed data of the system. B is the output of the algorithm. Both data are probability distribution. I want to plot and compare the probability distribution.
A =
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
1 0 0 0 0
0 0 0 1 0
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0
B =
1.0000 0 0 0 0
0.8667 0.0267 0.0667 0.0267 0.0133
0.8425 0.0422 0.0806 0.0231 0.0116
0.8415 0.0455 0.0792 0.0225 0.0112
0.8426 0.0451 0.0787 0.0224 0.0112
0.8427 0.0449 0.0786 0.0225 0.0112
0.8427 0.0449 0.0786 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0.8427 0.0449 0.0787 0.0225 0.0112
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!