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

28 views (last 30 days)
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
Steven Ufkes
Steven Ufkes on 8 Apr 2020
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

Azzi Abdelmalek
Azzi Abdelmalek on 25 Feb 2014
Edited: Azzi Abdelmalek on 25 Feb 2014
You need a Matlab compiler
  2 Comments
Tung
Tung on 25 Feb 2014
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.
Azzi Abdelmalek
Azzi Abdelmalek on 25 Feb 2014
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

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!