How to make histogram with 4 variables?
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to make histogram with 4 variables? For example,
X = 1:19
Y = 1:7
Z = randi(19,7)
colorbar = rand([400, 800], 19, 7) ;
Can anyone please suggest?
0 Commenti
Risposte (1)
Bhuvanyu Dogra
il 16 Ago 2021
It is my understanding that you want to create a multi-variable histogram.
The following MATLAB Answer resolves a similar query:
0 Commenti
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!