필터 지우기
필터 지우기

School Project

조회 수: 3 (최근 30일)
Zach
Zach 2011년 5월 12일
Hi I'm doing a school project who's end goal is to take randomly placed 'agents' and eventually get them to follow each other in a circle at constant velocity. I've been running a GUI to implement it using vectors to describe the 'agents' (I have two 1x10 vectos, x and y) each (x(i),y(i)) pair describes an agent and I use scatter(x,y) to plot it. I was wondering if there was a simple way to ensure that the 'agents stay within a square area instead of wandering anywhere. Ideally I would like then to wrap around to the other side of the plot.
  댓글 수: 2
Matt Fig
Matt Fig 2011년 5월 12일
Could you give a small example of what you mean. Give a wandered coordinate and the limited coordinate you would like it to transform to in your code.
Zach
Zach 2011년 5월 16일
My grid is goes from 0-50 in the x direction and 0-50 in the y direction. I wrote a code so that it comes back inside the grid, but I don't know how to keep my axes set from 0-50 now.

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

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 5월 16일
doc axis
Specifically
axis([0 50 0 50])

추가 답변 (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