Export SQLite database to .mat(.m) file
Mostrar comentarios más antiguos
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 comentarios
Guillaume
el 2 de Mayo de 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
el 3 de Mayo de 2017
Jan
el 3 de Mayo de 2017
The question is not clear. How exactly can the input file be access and what do you want as output file?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!