matrix manipulations of columns

1 回表示 (過去 30 日間)
Charlene
Charlene 2013 年 5 月 8 日
Hi guys,
does any one knows how to generate a matrixD that adds a new column of zeros to matrix A.This cloumn must be placed between the 4th and 5th column of matrix A
pls note that matrix A is A=random('norm',3,0.2,100,100)

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 8 日
A(:,5)=zeros(size(A,1),1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by