Basic indexing question Find ismember
Ältere Kommentare anzeigen
Hi World,
I would like to create an index of a matrix based on a vector to resize this array by extracting the indexed rows:
X=(0.5:0.5:17)';
F=(1/52:1/52:30+1/52)';
Q=find(ismember(F,X));
But there are missing values from Q while I can see them in the workspace.
Can you help?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!