Export SQLite database to .mat(.m) file
Ältere Kommentare anzeigen
Hi Guys,
I am new at this forum and I want some help regarding a convert SQLite database into .m(matlab) file for support matlab editor as well that getting easy to understand. Would you please tell me how I convert my database(SQLite) file into .m file ? Is it direct support or shall I create first excel or in other format ?
Thanks in advance!
3 Kommentare
Guillaume
am 2 Mai 2017
A database (SQLite or other) mostly consists of tables, possibly some stored queries and maybe more.
An .m file consists of program instructions.
The two are not alike. So:
a) Why would you want to convert one to the other?
b) How are you planning to map from one to the other?
Altaf Shaikh
am 3 Mai 2017
Jan
am 3 Mai 2017
The question is not clear. How exactly can the input file be access and what do you want as output file?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Database Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!