Can I load an SQL Server database (.bacpac file) with MATLAB ?
1 回表示 (過去 30 日間)
古いコメントを表示
I have to load an SQL Server database (.bacpac file) with MATLAB
0 件のコメント
回答 (1 件)
BhaTTa
2024 年 8 月 30 日
@Kalthoum, to work with data in MATLAB, you'll first need to restore the .bacpac file to an SQL Server database, then connect to that database from MATLAB to fetch the data, 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!