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 Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by