replace column

1 Ansicht (letzte 30 Tage)
Gova ReDDy
Gova ReDDy am 21 Mai 2011
How to replace a column with ones in a image containing rows and coulumns with zeros.

Akzeptierte Antwort

Matt Fig
Matt Fig am 21 Mai 2011
% 2D example:
A = zeros(5)
A(:,3) = 1
% 3D example:
A = zeros(3,3,3)
A(:,2,:) = 1
  1 Kommentar
Gova ReDDy
Gova ReDDy am 21 Mai 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;

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by