From: Ajay Nair on
Hi,
am trying to built windows executable file from .m file,,
using deploy tool,
when i compile it,,it is showing following error,,
Error using ==> mcc
Error: Unable to open file "macro_default": No such file or
directory.
plz help me ,,
plz see the following for .m file which i want to convert to exe file

function hello
% This is the hello, world function written in M code

% Copyright 1997 The MathWorks, Inc.
% $Revision: 1.1.6.1 $
%
fprintf(1,'Hello, World\n' );