Info

This question is closed. Reopen it to edit or answer.

how can i plot the data into 3 d

1 view (last 30 days)
pramod kumar
pramod kumar on 4 Apr 2013
Closed: MATLAB Answer Bot on 20 Aug 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 Comments
Jan
Jan on 4 Apr 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 on 10 Apr 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)

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!