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 commentaire

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

Connectez-vous pour commenter.

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 25 Fév 2014
Modifié(e) : Azzi Abdelmalek le 25 Fév 2014
You need a Matlab compiler

2 commentaires

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by