フィルターのクリア

plot3 in GUi axes is shown as 2D

1 回表示 (過去 30 日間)
Ion CANDEL
Ion CANDEL 2018 年 3 月 4 日
Hello to all,
I am plotting a 3D curve point by point in axes from a gui like so:
hold(handles.axes2, 'on'); for i = 1:length(T) plot3(T(:,1), T(:,2), T(:,3)); pause(0.02); drawnow; end
The problem is that the plot in the axes is actually 2D (I do not see the Z axis).
Has anybody encountered this problem? I am using Matlab R2016a. Best regards, Jean

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by