additional non linear x axes

3 次查看(过去 30 天)
Hi all!
I would like to know if there's a way to add a second x axes (nonlinear) on top of the figure which has different labels using property inspector.
If not, is there any simple script I can use?
Thanks!

采纳的回答

Ajay Kumar
Ajay Kumar 2019-12-2
编辑:Ajay Kumar 2019-12-2
Have a read at this link.
where the position of the axis can be written.
for eg:
ax2 = axes('Position',ax1_pos,...
'XAxisLocation','bottom',...
'YAxisLocation','right',...
'Color','none');

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by