Connecting Matlab to Redshift Databases

Hello,
I have previously used a set of libraries I downloaded from the Mathworks website in order to connect to MySQL databases.
Does a similar utility exist for connecting Matlab to AWS Redshift databases?
thanks.

댓글 수: 1

Cameron Brown
Cameron Brown 2017년 2월 22일
I am also interested in finding an answer to this question.

댓글을 달려면 로그인하십시오.

답변 (1개)

Piyush Kumar
Piyush Kumar 2024년 11월 28일

0 개 추천

Hi,
You can use the Database Toolbox in MATLAB. As mentioned in the documentation - "Database Toolbox connects to any relational ODBC-compliant or JDBC-compliant database using ANSI SQL. To connect to Database Toolbox, you need the database-specific ODBC or JDBC driver installed on your computer."
First, download the JDBC driver for the database from this link, add it to the classpath, and then connect to the database in MATLAB using the database function.

카테고리

태그

질문:

2014년 10월 29일

답변:

2024년 11월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by