mat123
mat123

Reputation: 1

How to convert javascript to matlab. Also how should one run the javascript from matlab?

How to make .js run from Matlab file?

If required, is it possible to make modificationS in the .js file while running from matlab?

Upvotes: 0

Views: 1327

Answers (1)

Ander Biguri
Ander Biguri

Reputation: 35525

You can run anything that your PC could run using system. Basically call whatever program will run the .js file with it.

About making modifications: I don't think there exists a programming language/compiler/interpreter on where you can modify the code while its running! I doubt javascript can do that.

Upvotes: 1

Related Questions