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

6 views (last 30 days)
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?

Accepted Answer

Sean de Wolski
Sean de Wolski on 17 Jul 2014
Edited: Sean de Wolski on 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").

More Answers (0)

Community Treasure Hunt

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

Start Hunting!