Problem rotating surf plots

2 ビュー (過去 30 日間)
Rainer
Rainer 2015 年 5 月 9 日
回答済み: Star Strider 2015 年 5 月 9 日
The following produces our favorite surf plot
[X,Y,Z] = peaks(25);
surf(X,Y,Z);
I can rotate the figure with the rotate3D mouse function. Then, when I add EITHER
set(gca, 'XLim',[0 4])
OR
set(gca, 'XScale', 'log')
everything still rotates fine. But when I add BOTH lines to the code, the figure can no longer be rotated. Any ideas?

回答 (1 件)

Star Strider
Star Strider 2015 年 5 月 9 日
You can still change it using the view function, although not interactively.

カテゴリ

Help Center および File Exchange2-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