Filter löschen
Filter löschen

Can somebody assist me with the Mathlab source code to plot 9x9 grids and place sensors in each grid?

1 Ansicht (letzte 30 Tage)
Can somebody assist me with the Mathlab source code to plot 9.9 grids and place sensors in each grid?

Antworten (1)

KSSV
KSSV am 3 Aug. 2022
x = 1:9 ;
y = 1:9 ;
[X,Y] = meshgrid(x,y) ;
figure
hold on
plot(X,Y,'r',X',Y','r',X,Y,'.k')
  3 Kommentare

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by