MATLAB: I want to enter the images into neural network from the database….how to do that

Database ToolboxDeep Learning Toolboxneural network

hi , i have dataset that consist of 20 image of two different cars, i want to enter this image into neural network how can do that??? i resize the image into 200×200 …i want to enter the images into neural network from my database….how to do that …the images of my project like this

Best Answer

There is a database toolbox (which I don't have) that is used to communicate with database programs:
Database Toolbox™ provides an app and functions for exchanging data between relational databases and MATLAB®. You can use SQL commands to read and write data or use the Database Explorer app to interact with a database without using SQL.
The toolbox supports ODBC-compliant and JDBC-compliant databases, including Oracle®, MySQL®, Sybase®, Microsoft® SQL Server®, and Informix®. You can apply simple and advanced conditions to database queries from MATLAB. The toolbox lets you access multiple databases simultaneously within a single MATLAB session and enables segmented import of large data sets.