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

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

Risposte (1)

KSSV
KSSV il 3 Ago 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 Commenti

Accedi per commentare.

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by