Run Javascript from MATLAB
조회 수: 34 (최근 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?
댓글 수: 0
채택된 답변
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
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?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!