API usage with matlab

조회 수: 6 (최근 30일)
Xymbu
Xymbu 2021년 7월 21일
답변: Yongjian Feng 2021년 8월 29일
Can anyone tell me what the setup for matlab would be to use the nomics api
I'm kinda new to using an API any help would be great!

채택된 답변

Yongjian Feng
Yongjian Feng 2021년 8월 29일
Use webread with options.
  1. The first hurdle is the authentication. Try this one: auth
  2. If you are comfortable with curl, the nomics API has curl examples. They could be very helpful for debugging. Just need to compare your webread result with your curl result when necessary.
Other than that, it should be pretty straightforward.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by