简体   繁体   中英

How to import data from a Google Cloud database into Matlab?

From Matlab I want to import all the data that is found in a database that is hosted on Google Cloud (Google Cloud SQL) but I don't know if a driver is needed or the default software allows connection to a Google Cloud database. Which are the steps to follow? Can I use a connector that is already in Matlab?

I recommend exporting your data to a CSV file in your Google Cloud SQL first by following this official guide .

Then you can use the Matlab importtool to import the CSV file or you can check this post for other ways to import it into your Matlab project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM