

Load sqlite Textfile into Matlab.
Hey Everyone,
I am using a php backend on a local XAMPP server to run java based experiments created in a tool called lab.js.
The resulting data file basically looks like a .csv (when opened in TextEditor) but ends on .sqlite. I would love to directly import this file into matlab but the usual commands like mopen/mgetl or csvRead simply return a 1x1 Matrix saying "SQLite3 Format".
My current workaround is to simply open the sqlite in TextEditor and saving it as a csv. Then importing is no problem.
Any ideas how to import such a file directly?
Scilab