Is it possible to call image from Firebase server to MATLAB?

3 ビュー (過去 30 日間)
WanYu
WanYu 2020 年 5 月 7 日
回答済み: Yash 2025 年 7 月 21 日
Hi All,
I've did some research on the title, but I couldn't find any solution for it.
Is it possible for MATLAB to call an image from an online database (Firebase)?
If yes, can anyone please show me how..
Thank you.

回答 (1 件)

Yash
Yash 2025 年 7 月 21 日
Yes, MATLAB can retrieve images from an online database like Firebase.
If you have a url, you can read directly with imread.
Since Firebase is NoSQL JSON type database, I suggest going through MATLAB's webread, webwrite and websave functions for reading, writing and saving content from RESTful web service. Also, familiarize yourself with Firebase's REST APIs.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by