matrix manipulations of columns

3 vues (au cours des 30 derniers jours)
Charlene
Charlene le 8 Mai 2013
How can I replace all even columns of matrix A by columns of ones.
pls note that matrix A is A=random('norm',3,0.2,100,100)
thx

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 8 Mai 2013
Modifié(e) : Azzi Abdelmalek le 8 Mai 2013
A=random('norm',3,0.2,100,100)
A(:,2:2:end)=ones(size(A(:,2:2:end)))

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by