How to show the axes?

9 ビュー (過去 30 日間)
bsd
bsd 2012 年 2 月 21 日
Hai,
I have plotted a graph using plot3() function. The axes in not being displayed on the graph, but I need to display the axes (x-axis, y-axis and z-axis) on the graph to put it into the project report. How could I display the axes? Looking for your reply.
BSD

回答 (1 件)

Thomas
Thomas 2012 年 2 月 21 日
you could do it from the command line
doc axes
or you could plot the figure and put them using the Figure editor GUI.
  3 件のコメント
Thomas
Thomas 2012 年 2 月 22 日
You can use annotation
doc annotation
Use the textarrow
annotation('textarrow',x,y)
example:
annotation(figure1,'textarrow',[0.742677824267782 0.652719665271966],...
[0.27054046997389 0.365535248041775],'TextEdgeColor','none',...
'String',{'Xaxis'})
Sharon
Sharon 2012 年 2 月 22 日
Use "annotation"

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ


Translated by