How to translate Wolfram program to Matlab

8 views (last 30 days)
Pavel Redriguez
Pavel Redriguez on 29 Jan 2020
Answered: the cyclist on 29 Jan 2020
I have a little program written on Wolfram language. Is possible to translate automatically to MATLAB?
I have no idea how to programming on Wolfram.
Thanks

Answers (1)

the cyclist
the cyclist on 29 Jan 2020
Almost always, the best and "safest" thing to do is to understand what the underlying code is doing in the old language, and then try to write it in the new language. However, using an automated tool can be helpful in identifying equivalent functions, etc.
Out of my own curiosity, I did a little searching. Most things I found were pretty dated, and I didn't have confidence they would still (or ever!) work. This git repo is fairly recent, and has at least some documentation. I might start there. (I have to admit I did not actually try it myself.)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!