building .exe format from matlab - by Elyas Mohajeri 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? Read the article