필터 지우기
필터 지우기

How can I change this trajectory?

조회 수: 4 (최근 30일)
Zeinab Ahmadi93
Zeinab Ahmadi93 2017년 6월 29일
답변: Vinoth Venkatesan 2017년 7월 6일
Hello everybody
I want to change the code in spiral.m file so that it creates a spiral shape like this picture(which red stars are on it) with the same range and these additional lines on the corners.
Thanks in advance.

채택된 답변

Vinoth Venkatesan
Vinoth Venkatesan 2017년 7월 6일
The axis range of the plot can be set using 'axis' in MATLAB. For example, to achieve the axis limits shown in the attached figure:
axis([0 100 0 100]);
Refer to the MATLAB documentation for a clear description and examples. To answer the second question about getting the markers, use the * Marker symbol. For more information and examples, please refer to the plot documentation.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by