Can Matlab get information from a new filetype but one thats readable in notepad?

The filetype is a VAMAS or *.vms file in this case. You can open the file in Notepad, and read the information easily enough there. However saying 'load' or 'textread' in Matlab doesn't seem to work. Is there a way around this?

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 17 Jul. 2014
Bearbeitet: Sean de Wolski am 17 Jul. 2014
I would expect fopen/textscan to work.
You could also try importing it directly with the import tool (right click on the file in the current folder and select "Import Data").

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by