Feeds
已回答
How to stop Histogram from covering Tick Marks
set(gca, 'Layer','top'); set(gca,'TickDir','Out')
How to stop Histogram from covering Tick Marks
set(gca, 'Layer','top'); set(gca,'TickDir','Out')
6 years 前 | 0
已回答
Colorbar/varycolor ticks
Well, one needs to just add a following line at the end of Jane's code caxis([min(energia2(:,1)),max(energia2(:,1))])
Colorbar/varycolor ticks
Well, one needs to just add a following line at the end of Jane's code caxis([min(energia2(:,1)),max(energia2(:,1))])
8 years 前 | 0