Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Matlab graphical objects (Patch)
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone, i need a bit help regarding the following situation. I am trying to write a small program that will be able to get the number and dimensions of some rectangles from the user and then randomly place them on a palette (lets say a bigger rectangle that will represent a map or workspace). But i want each rectangle to be like a unique object with its own properties that may change any time.
댓글 수: 0
답변 (1개)
Walter Roberson
2012년 5월 5일
Yes, using patch() should work fine with that, and possibly even rectangle() would be fine for you.
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!