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 Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by