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일

0 개 추천

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개)

제품

태그

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

질문:

2013년 12월 23일

댓글:

2017년 9월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by