Export SQLite database to .mat(.m) file
Show older comments
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 Comments
Guillaume
on 2 May 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
on 3 May 2017
Jan
on 3 May 2017
The question is not clear. How exactly can the input file be access and what do you want as output file?
Accepted Answer
More Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!