replace column

6 ビュー (過去 30 日間)
Gova ReDDy
Gova ReDDy 2011 年 5 月 21 日
How to replace a column with ones in a image containing rows and coulumns with zeros.

採用された回答

Matt Fig
Matt Fig 2011 年 5 月 21 日
% 2D example:
A = zeros(5)
A(:,3) = 1
% 3D example:
A = zeros(3,3,3)
A(:,2,:) = 1
  1 件のコメント
Gova ReDDy
Gova ReDDy 2011 年 5 月 21 日
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;

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by