Run Javascript from MATLAB

조회 수: 47 (최근 30일)
Goryn
Goryn 2013년 12월 23일
댓글: Royi Avital 2017년 9월 30일
I have the bfx.js file (attached). I need to run this Javascript like:
bfx.get_trades('btcusd');
bfx.get_symbols();
Is it possible to do it in MATLAB?

채택된 답변

Jacob Halbrooks
Jacob Halbrooks 2013년 12월 26일
You cannot directly execute a JavaScript file in MATLAB. However, if you can set up a web server with a page that executes your JavaScript, you can use URLREAD from MATLAB to run it and read the output.
  댓글 수: 2
Sarahi RN
Sarahi RN 2017년 3월 1일
Can you as well modify the Java sccript from MATLAB; os is it merly for reading, I mean is there a writting function?
Royi Avital
Royi Avital 2017년 9월 30일
Is there a way to interact with JavaScript function from MATLAB?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by