How to plot a road that changes shapes and turns into a complete path.

조회 수: 2 (최근 30일)
Harin Chhadva
Harin Chhadva 2021년 10월 11일
답변: Shivam Singh 2021년 10월 14일
I have these values that apparently creat a D shaped plot.
I wish to add more shapes to this plot but I don't know the syntax. Please help!
x=[-1:0.01:-0.001,...
cos(pi/2:-0.01:-pi/2),...
-0.001:-0.01:-1+0.001,...
-1*ones(size([-1:0.01:1-0.001]))];
y=[1*ones(size([-1:0.01:-0.001])),...
sin(pi/2:-0.01:-pi/2),...
-1*ones(size([-0.001:-0.01:-1+0.001])),...
[-1:0.01:1-0.001]];

답변 (1개)

Shivam Singh
Shivam Singh 2021년 10월 14일
Hello Harin,
It is my understanding that you want to know how to add more shapes to the same plot. You can use hold function for retaining current plot when adding new plots.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Plot Customization에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by