I wanted to 3D plot my data like shown in attached image.
이전 댓글 표시
답변 (2개)
Turlough Hughes
2021년 8월 25일
편집: Turlough Hughes
2021년 8월 25일
0 개 추천
댓글 수: 4
Muniyat Rafa
2021년 8월 25일
Turlough Hughes
2021년 8월 25일
In general, you should include what you have tried so far in the question and attach the data in a format that can be loaded by those answering the question - .mat, .xlsx, etc. Can you do the latter now? Once you've loaded the data into your workspace it will go something like:
[Theta, Distance] = meshgrid(theta,distance); surf(Theta, Distance, Ratio)
Muniyat Rafa
2021년 8월 27일
Image Analyst
2021년 8월 27일
Your x and y are only the first column of the table. You need to fill out the entire table to get a 2-D matrix.
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

