Community Profile

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

回答