How to access an online movie database and output data?

2 ビュー (過去 30 日間)
Carlos Oliveros
Carlos Oliveros 2017 年 12 月 11 日
回答済み: Jayaram Theegala 2017 年 12 月 16 日
Im trying to create a GUI/ program that extracts data from an online movie database such as : http://www.omdbapi.com/
im not sure how to write the program, or how to start. Tryin to extract simple things such as Title, director, genre, etc.

回答 (1 件)

Jayaram Theegala
Jayaram Theegala 2017 年 12 月 16 日
Looks like the website is providing REST API for accessing the data. After getting the API key(generally websites provide that after registering), you create the REST URL for accessing the data you want, and then call that URL using MATLAB's "webread" command. For more information about this command, look at the following URL:

カテゴリ

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