How to read in a Matrix from an .mtx file?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone,
I need to read in a matrix from a .mtx file. I know that the command 'readmtx' exists, but I don't know how to define where the matrix is exactly in the document. There are several lines above, which need to be skipped.
Thanks in advance, Michael
2 commentaires
Jayaram Theegala
le 2 Fév 2017
I agree with Jan Simon. Using the "readmtx" function you can read the entire file (it contains the "several lines" and the matrix you are interested). Once you have the "several" answered, you can find out its size and separate the matrix you are interested from the entire data.
Réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!