Dav*_*ley 4 matlab matlab-figure
我在Matlab 2014b中有一个简单的情节.例如,为了这个例子:
b1 = bar(1:12, rand(12,1));
ax1 = gca;
Run Code Online (Sandbox Code Playgroud)
使用XTickLabels属性时会弹出以下警告消息:
xticklabels = ax1.XTickLabels;
Warning: The XTickLabels property will be removed in a future release.
Run Code Online (Sandbox Code Playgroud)
此时使用的首选属性是什么?