photo

Hongyun


Last seen: 4 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


How to make the font sizes of Xlabel, Ylabel, and Title different in a heat map using MATLAB?
I have used the heatmap function in MATLAB to draw a figure. However, the font sizes of Xlabel, Ylabel, and Ttile are same. How ...

4 days ago | 1 answer | 0

1

answer

Question


How to continue drawing bar charts on the basis of drawing maps
How to continue drawing bar charts on the basis of drawing maps using MATLAB softwore? Just like this one.

6 days ago | 1 answer | 0

1

answer

Question


How to make axis line invisible but keep ytick and yticklabel visible in double Y-axis figures
figure x = linspace(0,10); y = sin(3*x); yyaxis left plot(x,y) ax = gca; pause(1e-6) set(gca,'XColor','k','YColor','k...

5 months ago | 1 answer | 0

1

answer