Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how can i plot the data into 3 d

1 visualización (últimos 30 días)
pramod kumar
pramod kumar el 4 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
Jan
Jan el 4 de Abr. de 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 el 10 de Abr. de 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)

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by