フィルターのクリア

visualization of the 2-D grid world in MATLAB?

1 回表示 (過去 30 日間)
Ararat Cetinkaya
Ararat Cetinkaya 2020 年 5 月 25 日
回答済み: SaiDileep Kola 2020 年 12 月 24 日
Hi,
have an Env matrix given below and ı have an agent walking inside of this enviroment. I want to visualize this environment like given below and want to see all of the steps like red circles.
Env = [ -1 -1 -1 -1 -1
-1 -1 -1 -1 -1
-1 -1 -10 1 -10
-1 -1 -10 -1 -1
-1 -1 -1 -1 100];
  1 件のコメント
darova
darova 2020 年 5 月 26 日
Use patch to draw a circle

サインインしてコメントする。

回答 (1 件)

SaiDileep Kola
SaiDileep Kola 2020 年 12 月 24 日
yes as suggested by Darova, use patch function in combination with createGridWorld function to get your custom visualisation.

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by