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

조회 수: 1 (최근 30일)
Kalthoum
Kalthoum 2014년 9월 11일
답변: BhaTTa 2024년 8월 30일
I have to load an SQL Server database (.bacpac file) with MATLAB

답변 (1개)

BhaTTa
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

카테고리

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