필터 지우기
필터 지우기

How to draw rectangle inside plot figure?

조회 수: 36 (최근 30일)
Mohsin Zubair
Mohsin Zubair 2022년 1월 7일
댓글: Mohsin Zubair 2022년 1월 7일
I have a 6x6 plot like shown in picture with grid on, it has boxes numbering from 1-36,(boxes are just due to having grid on) now I wanna draw traingle on any boxes e.g 14,15, how can I do it, like how do I define the x,y cords and width height for rectangle correctly, any ideas?
  댓글 수: 1
Cris LaPierre
Cris LaPierre 2022년 1월 7일
Share the code you use to create your figure.

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

채택된 답변

Cris LaPierre
Cris LaPierre 2022년 1월 7일
Rectangle or triangle? Title and image show a rectangle so going with that.
You could use the plot command and supply it with the (x,y) coordinates of your corners. See Ch 9 of MATLAB Onramp.
You could use the rectangle function.
If you want to draw it, you could use drawrectangle
  댓글 수: 1
Mohsin Zubair
Mohsin Zubair 2022년 1월 7일
I was already using rectangle function, and I have figured the way to obtained desired results. Apologies for bothering you guys. and also thanks for your kind responce

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by