How to read in a Matrix from an .mtx file?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Jayaram Theegala
el 2 de Feb. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!