필터 지우기
필터 지우기

Plotting Graphs using Matlab

조회 수: 1 (최근 30일)
farheen asdf
farheen asdf 2015년 8월 28일
댓글: the cyclist 2015년 8월 28일
Hi. I need to plot a specific type of graph using Matlab but I can't find a command to do it. If anyone can tell me what command plots graphs like this it'll be very helpful This is what the graph is supposed to look like

채택된 답변

the cyclist
the cyclist 2015년 8월 28일
I suggest you peruse the Plot Gallery for something similar, and heist the code from there.
  댓글 수: 7
farheen asdf
farheen asdf 2015년 8월 28일
thank you so much this is exactly what i needed :)
the cyclist
the cyclist 2015년 8월 28일
Happy to help. Note that in your version, you were forced to keep the number of points in the theta1 and theta2 vectors the same. You don't need to do that now, because you never actually add those two vectors to each other. That will give you more flexibility in making the figure more visually appealing (or more accurately mimic the exact figure you wanted). For example, you can do something like
theta1=0:0.05:pi/2;
theta2=0:0.05:pi;

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by