I have simple question on 3D plot. I have dataset, a = 100*1*51. When I give command surf(bb) the message shows CData must be an M-by-N matrix or M-by-N-by-3 array. Please guide me where is problem? I am also attaching my raw data file.
Regards, Akand

 Réponse acceptée

Shoaibur Rahman
Shoaibur Rahman le 26 Fév 2015

2 votes

a = ...your 100 x 1 x 51 data;
bb = squeeze(a);
surf(bb)

3 commentaires

Akand Islam
Akand Islam le 26 Fév 2015
Thanks.
-- Akand
Star Strider
Star Strider le 26 Fév 2015
@Akand — If Shoaibur’s Answer solved your problem, please Accept it.
Akand Islam
Akand Islam le 19 Mar 2015
However, I have hdf file whose size say, 32 50 50. "squeeze" command doesn't help to produce surface plot by "surf".
-- Akand

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Objects dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by