How to make histogram with 4 variables?

조회 수: 6 (최근 30일)
Megha
Megha 2021년 8월 13일
답변: Bhuvanyu Dogra 2021년 8월 16일
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?

답변 (1개)

Bhuvanyu Dogra
Bhuvanyu Dogra 2021년 8월 16일
It is my understanding that you want to create a multi-variable histogram.
The following MATLAB Answer resolves a similar query:

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by