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

조회 수: 1 (최근 30일)
VIVEK MEHTA
VIVEK MEHTA 2016년 5월 30일
답변: BhaTTa 2024년 8월 30일
how can i convert my .sql file into .mat file?
  댓글 수: 1
Rohit Reddy Madasani
Rohit Reddy Madasani 2016년 6월 2일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

BhaTTa
BhaTTa 2024년 8월 30일
@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

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by