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

2 views (last 30 days)
VIVEK MEHTA
VIVEK MEHTA on 30 May 2016
Answered: BhaTTa on 30 Aug 2024
how can i convert my .sql file into .mat file?
  1 Comment
Rohit Reddy Madasani
Rohit Reddy Madasani on 2 Jun 2016
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?

Sign in to comment.

Answers (1)

BhaTTa
BhaTTa on 30 Aug 2024
@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

Tags

Community Treasure Hunt

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

Start Hunting!