Add value some specific row or column

14 vues (au cours des 30 derniers jours)
cho min-ae
cho min-ae le 9 Déc 2015
I have a array (257 x 257 x 3) I want to add 0.1 in only x parts(means (i,j,1)) i,j =1:257
How can i do this?

Réponses (1)

Star Strider
Star Strider le 9 Déc 2015
If ‘A’ is your array:
A = randi(9,4,5,3) % Original Array
A(:,:,1) = A(:,:,1)+0.1 % Add ‘0.1’ Only To Page 1 Of ‘A’

Catégories

En savoir plus sur Data Types 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