Using image to view data instead of surf and view(2).
This video outlines a common error made with MATLAB, and how to avoid it.
Often people will use the programming pattern of:
surf(Z);
view(2)
This really does something very similar to:
imagesc(Z)
- カテゴリ:
- Level: Basic
コメント
コメントを残すには、ここ をクリックして MathWorks アカウントにサインインするか新しい MathWorks アカウントを作成します。