double type+ surf error

7 Ansichten (letzte 30 Tage)
Ou Jin Sheng
Ou Jin Sheng am 7 Mai 2021
Kommentiert: Ou Jin Sheng am 9 Mai 2021
how can i show the surface of image b? Please advise. Thankssss

Akzeptierte Antwort

Thukiller
Thukiller am 7 Mai 2021
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'

Weitere Antworten (0)

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by