필터 지우기
필터 지우기

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