Is it possible to call image from Firebase server to MATLAB?
5 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Yash
2025-7-21
Yes, MATLAB can retrieve images from an online database like Firebase.
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!