The library provides convenience Matlab functions for connecting to the remote database with your credentials.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The library provides convenience Matlab functions for connecting to the remote database with your credentials.
When you are running Matlab from a non-Nuvolos application (e.g. your own computer), you have to provide the database and schema of the dataset you want to connect to. This information can be found in the Connection guide in the Nuvolos UI.
Example:
con = get_connection("database_name", "schema_name");
dataset = execute_query(con, "SQL_command");
At the first time of connection, it will display a dialog to input your credentials which you can also find from the database connection guide. If you need to change your credential, please use the function "create_token(true)"
If you struggle establishing a connection to your database, please reach out to support@nuvolos.cloud for assistance.
Cite As
Alexandru Popescu (2026). nuvolos (https://www.mathworks.com/matlabcentral/fileexchange/82903-nuvolos), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.4 (14.9 KB)
MATLAB Release Compatibility
- Compatible with R2019b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.4 | Fixed the JDBC driver download link. |
|
|
| 1.3 | Packaging fix |
|
|
| 1.2 | JDBC driver version update. |
|
|
| 1.1 | Keep the old convention to input the credential directly in the connection. But not recommend. |
|
|
| 1.0 |
|
