photo

Sachindra Dhanapala Arachchige


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
1,648
of 300,338

REPUTATION
42

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
20

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
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.

7 years ago | 2

Answered
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'...

7 years ago | 18

Question


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...

7 years ago | 1 answer | 0

1

answer