EASY Question: How to find an element of a matrix?
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Mohsen
 am 9 Apr. 2014
  
    
    
    
    
    Beantwortet: Mohsen
 am 9 Apr. 2014
            Let's A = [1 2 3 4 5 6 7 8 9 10]; I want to have new matrix B, which is A from 1 to 7.
I tried the following:
B=A(1:A(A=7))
But it didn't work.
Any idea? Thanks!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
				Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

