Can't remove xlabel from top graph

41 次查看(过去 30 天)
Picture here:
I cant seem to delete the top graphs xlabel that says X,
what I tried is:
set(handles.axes1, 'XTickLabel', [])
set(gca, 'XTickLabel', [])
xlabel('')
none of these work.
Does anyone know why?

回答(1 个)

Titus Edelhofer
Titus Edelhofer 2015-4-2
Hi,
I guess mixing some of the techniques should work. Try
xlabel(handles.axes1, '');
Titus
  1 个评论
Thomas Koelen
Thomas Koelen 2015-4-2
Hello,
Solved it myself already! Had the xlabel('') above the plot function, so it didnt work.
Thanks anyways!
kind regards

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by