From: Andreas on
Hello,

I'm using the "Matlab Compiler" and I've a short question.

Are there any advantages to use a compiled version of the own m-files concerning the speed?

Is it reasonable to compile the own matlab-scripts?
From: ImageAnalyst on
It is reasonable. But I don't know about the speed - I haven't
compared. I usually only compile for my end users who don't want to
buy full-blown MATLAB. I always run the m-files, not the executable,
because I'm always working on developing them.