Can I load an SQL Server database (.bacpac file) with MATLAB ?

2 vues (au cours des 30 derniers jours)
Kalthoum
Kalthoum le 11 Sep 2014
Réponse apportée : BhaTTa le 30 Août 2024
I have to load an SQL Server database (.bacpac file) with MATLAB

Réponses (1)

BhaTTa
BhaTTa le 30 Août 2024
@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

Community Treasure Hunt

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

Start Hunting!

Translated by