how to excecute MongoDB query from matlab

4 ビュー (過去 30 日間)
Stalin Samuel
Stalin Samuel 2017 年 9 月 4 日
回答済み: Naman Kaushik 2023 年 7 月 4 日

回答 (1 件)

Naman Kaushik
Naman Kaushik 2023 年 7 月 4 日
Hi Stalin!
I understand that you wish to connect your MATLAB application to MongoDB. There are actually two ways that you can use.
  1. You can utilize the "mongoc" function of MATLAB which uses a C++ interface for the connection.
  2. The second way is connecting it using pymongo library of python. You can write your mongoDB commands as python functions, place them in the same folder as the MATLAB file and call these functions using "py.<modulename>.<functionname>".
For more information about the "mongoc" function, you can refer the following link:
To learn about how to execute python functions from MATLAB:

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by