double type+ surf error
2 ビュー (過去 30 日間)
古いコメントを表示
how can i show the surface of image b? Please advise. Thankssss
0 件のコメント
採用された回答
Thukiller
2021 年 5 月 7 日
When you use 'surf(x)', x cannot be a 3-dimensional vector,maybe you can use 'surf(b(:,:,1), b(:,:,2), b(:,:,3))'
if you need to know more about surf(), you can use 'doc surf'
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!