Run Javascript from MATLAB
45 次查看(过去 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 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!