Filter löschen
Filter löschen

Assign values to a matrix from a 2 dimensional array....

3 Ansichten (letzte 30 Tage)
Piyum Rangana
Piyum Rangana am 2 Apr. 2017
Beantwortet: dpb am 2 Apr. 2017
Think I have a 2-dimensional array(Assume that x and y co-ordinations). And I want to assign '1' to all those co-ordinations given in the array(If the matrix values all are Zeros). How to do that Task ?

Akzeptierte Antwort

dpb
dpb am 2 Apr. 2017
a(a==0)=1; % done!
Look up "matrix addressing" in documentation

Weitere Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by