EASY Question: How to find an element of a matrix?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohsen
le 9 Avr 2014
Réponse apportée : Mohsen
le 9 Avr 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 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!