Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how can i plot the data into 3 d

1 vue (au cours des 30 derniers jours)
pramod kumar
pramod kumar le 4 Avr 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
i am new to the matlab can some one help me how to plot the given data in 3 d how can i plot the data into 3 d here is the file when i am trying to plot the data i am getting error because i have only 4000*1 double data
  2 commentaires
Jan
Jan le 4 Avr 2013
Please do not only mention, that you get an error, but post the relevant code and a copy of the error message. How could we suggest an improvement, when we do not know any details? And please append the new information to the original question by editing it, not as comment or answer, because readers expect all relecant information in the question. Thanks.
pramod kumar
pramod kumar le 10 Avr 2013
Tx1Rx_1100mm_3plates=importdata('Tx1Rx_1100mm_3plates.bins'); d31=Tx1Rx_1100mm_3plates figure(3);plot(d31,'r'); %this is 2 d plot %but when i am ploting 3 d plot
surf(d31);
??? Error using ==> surf at 78 Z must be a matrix, not a scalar or vector.
Error in ==> exp1 at 39 surf(d31)

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by