photo

Sachindra Dhanapala Arachchige


2018년부터 활동

Followers: 0   Following: 0

통계학

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Scatter chart: How to adjust the transparency of marker?
to fill the markers just add f1 = scatter(.....,'filled',....) then try f1.MarkerFaceAlpha = 0.2; should work.

대략 6년 전 | 2

답변 있음
How do I remove the printed data on the heat map?
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells. heatmap(.......'CellLabelColor'...

대략 6년 전 | 17

질문


How to have Subplots of heatmaps in Matlab
Hi, I am trying to plot several heatmaps on the same figure as subplots. However I end up with individual figures. What the code...

6년 초과 전 | 답변 수: 1 | 0

1

답변