change axis of a plot
2 次查看(过去 30 天)
显示 更早的评论
does anyone know how to do broken axis* ( 0--//---- ) and also how to obligate matlab automatically to write final x value and final y value in the plots i obtain?
*this plot is simply obtained with xy data obtained in laboratory.
thank you very much
0 个评论
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2012-11-17
编辑:Azzi Abdelmalek
2012-11-17
set(gca,'xtick',linspace(min(x),max(x),7),'ytick',linspace(min(y),max(y),7))
what do you mean by : how to do broken axis
6 个评论
Azzi Abdelmalek
2012-11-17
编辑:Azzi Abdelmalek
2012-11-23
You can add two line manually with figure editor
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!