replace column

1 visualizzazione (ultimi 30 giorni)
Gova ReDDy
Gova ReDDy il 21 Mag 2011
How to replace a column with ones in a image containing rows and coulumns with zeros.

Risposta accettata

Matt Fig
Matt Fig il 21 Mag 2011
% 2D example:
A = zeros(5)
A(:,3) = 1
% 3D example:
A = zeros(3,3,3)
A(:,2,:) = 1
  1 Commento
Gova ReDDy
Gova ReDDy il 21 Mag 2011
danx...and how to apply % gaussmf % for each column or each row havin the no. of rows and columns as
x=zeros(50,1600);
x(24,:)=1;

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by