

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


Hello,
We do not answer question related to Matlab. However, if you want to read a sqlite file in scilab first export it as a .csv file and then use the "csvRead" command to load it in scilab.
Rupak
Login to add comment