Hello guys i m having trouble in making a database in matlab, can anyone guide me through..

3 ビュー (過去 30 日間)
najam rizvi
najam rizvi 2016 年 11 月 16 日
回答済み: Piyush Kumar 2024 年 11 月 28 日
Main Objective of making database is to store Number plate extracted data with time and datestamp,at first gate entrance and at exit gate it should compare number plate data with database and it should calculate the amount to pay for parking according to the timestamp.
i need database which can record time and link with matlab anyone help me ? really need help
  2 件のコメント
Geoff Hayes
Geoff Hayes 2016 年 11 月 16 日
najam - when you say database do you mean an Oracle, MS SQL Server, or other type of database that you will be connecting to and inserting records in? Please provide more details.
najam rizvi
najam rizvi 2016 年 11 月 18 日
actually that is my question which database should i choose which will help me in achieving my objectives easily.

サインインしてコメントする。

回答 (1 件)

Piyush Kumar
Piyush Kumar 2024 年 11 月 28 日
Hi,
Creating a database to store number plate data with timestamps and linking it with MATLAB can be achieved using several types of databases -
  1. SQLite: Lightweight and easy to set up. Ideal for small to medium-sized applications.
  2. MySQL/MariaDB: Open-source and widely used. Good for larger applications.
  3. PostgreSQL: Advanced features and robust performance. Suitable for complex applications.
  4. Microsoft SQL Server: Good integration with other Microsoft products. Suitable for enterprise applications.
You can choose any of these databases depending on the scale and complexity of your application. Once you have selected a database, you can use MATLAB's Database Toolbox to connect and interact with it.

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by