building .exe format from matlab

Posted by Elyas Mohajeri on Stack Overflow See other posts from Stack Overflow or by Elyas Mohajeri
Published on 2010-04-25T05:28:34Z Indexed on 2010/04/25 5:33 UTC
Read the original article Hit count: 199

Filed under:

hello. my m file is: x=0:0.01:2*pi; y=sin(x); plot(x,y)

I want build this program by .exe format. i want run this .exe in a computer that dosen't has matlab.

can you help me?

© Stack Overflow or respective owner

Related posts about matlab