Database Toolbox™ enables you to import data into MATLAB using the command line. You can import data from database tables, or write and execute SQL queries and import the results.
connection | Relational database connection |
SQLImportOptions | Define import options for database data |
sqlite | SQLite connection |
Data Import Using Database Explorer App or Command Line
Learn the best way to import data from your database into MATLAB.
Save memory when importing data by using functions and the
SQLImportOptions
object.
Import Data from Database Table Using sqlread Function
Import data from one table or from the result of multiple joins in an SQL query.
Call Stored Procedure That Returns Data
Define a stored procedure in a database and call it using the
fetch
function.
Working with MATLAB Interface to SQLite
Analyze data without access to a database or driver by using the MATLAB interface to SQLite.