How to access an online movie database and output data?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!