how can i convert my .sql file into .mat file?
조회 수: 1 (최근 30일)
이전 댓글 표시
how can i convert my .sql file into .mat file?
댓글 수: 1
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
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!