selecting even rows

I have a matrix of 14x6,in this matrix i want to select only even rows and display,please help

 Risposta accettata

Andrei Bobrov
Andrei Bobrov il 18 Feb 2012

3 voti

A - your matrix
A = randi(23,14,6)
out = A(2:2:end,:)

3 Commenti

FIR
FIR il 18 Feb 2012
andrei i dont want to use randii
Andrei Bobrov
Andrei Bobrov il 18 Feb 2012
Hi! This is eg!!!! :)
FIR
FIR il 18 Feb 2012
Thanks andrei,can u please answer,i am struck here for some time
http://www.mathworks.in/matlabcentral/answers/29490-error-using-cell2mat

Accedi per commentare.

Più risposte (0)

Tag

Richiesto:

FIR
il 18 Feb 2012

Modificato:

il 15 Ott 2013

Community Treasure Hunt

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

Start Hunting!

Translated by