Can a Matlab script be runned on a computer without Matlab and how?

I'm trying to write a program for my personal use at work to calculate prices quicker. However, the computer at work does not have the program nor can I install it on there.
I was wondering if there is a way I can write a script on Matlab and use it with the command line (if that's possible?)and then run it on the work computer.
Can someone suggest the easiest way to do this? Or another route.
Thanks!

1 Comment

I suggest learning a free language like Python, which you will be able to run anywhere without needing to manage licenses.

Sign in to comment.

 Accepted Answer

You need a Matlab compiler

2 Comments

Hi Azzi,
Thanks for replying to my question. I'm also curious by using the Matlab Compiler could I write a function that would be able to ask for user input such as the prices and calculates it for them, or I can only write scripts that can't be interactive with the user.
You can do it by using another graphic interface, like guide matlab, or command like inputdlg, listdlg, or msgbox

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!