回答編集履歴

1

修正

2022/06/24 08:05

投稿

ozwk
ozwk

スコア13528

test CHANGED
@@ -5,7 +5,9 @@
5
5
  cx =randi([50 460]); cy =randi([50 460]); % 中心
6
6
  r = randi([10 50]); % 半径
7
7
  plot(r*sin(t)+cx,r*cos(t)+cy);
8
+ hold on
8
9
  end
10
+ hold off
9
11
  axis([0,512,0,512])
10
12
  axis squareclc
11
13
  ```