필터 지우기
필터 지우기

can anybody please explain me that how can i write the label and make shadow in the region? i have an example attached here

조회 수: 1 (최근 30일)

답변 (2개)

Nicolas Schmit
Nicolas Schmit 2017년 12월 5일
  댓글 수: 1
Parth Panchal
Parth Panchal 2017년 12월 5일
I got the text syntax. but i didn't get the shadow syntax. Could you please explain me for this particular graph. how can I write the syntax for certain region.

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


Walter Roberson
Walter Roberson 2017년 12월 5일
Suppose region_x and region_y are the x and y coordinates for the area you want to fill with color. Then
area(region_x, region_y, 'facecolor', [220 80 20]/255) %orange

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by