Info

此问题已关闭。 请重新打开它进行编辑或回答。

how can i plot the data into 3 d

1 次查看(过去 30 天)
pramod kumar
pramod kumar 2013-4-4
关闭: MATLAB Answer Bot 2021-8-20
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 个评论
Jan
Jan 2013-4-4
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 2013-4-10
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)

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by