how can i convert my .sql file into .mat file?

how can i convert my .sql file into .mat file?

1 comentario

Are you trying to import data generated by the SQL query in the SQL file and load the data from the cursor object into a MAT file? Can you give more details about your workflow?

Iniciar sesión para comentar.

Respuestas (1)

BhaTTa
BhaTTa el 30 de Ag. de 2024

0 votos

@VIVEK MEHTA , I assume that the .sql file you have is a dump of table data, you should first load it into a database using tools like 'MySQL' or 'SQLite'. After loading the contents of .sql file , please follow the below article for importing data into MATLAB from MySQL® database table : https://www.mathworks.com/help/database/ug/database.mysql.connection.sqlread.html

Etiquetas

Preguntada:

el 30 de Mayo de 2016

Respondida:

el 30 de Ag. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by