Filter löschen
Filter löschen

Extract coordinates from a significance matrix

3 Ansichten (letzte 30 Tage)
Eric
Eric am 1 Dez. 2014
Beantwortet: Azzi Abdelmalek am 1 Dez. 2014
Hi everybody,
I've created a matrix with all the significant values from performing ttest (19x19 with 1's and 0's) and I would like to extract the coordinates (like (3,2)) for all the 1 values. And then put them into a matrix like [3,2; 4,2; ...].
Is this possible? And does anyone know how?
Best regards,
Christian

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 1 Dez. 2014
a=randi([0 1],19) % Example
[ii,jj]=find(a)
out=[ii jj]

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices 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