From: Enning Martin on 11 Aug 2010 10:25 Hello everybody, I have a problem using startup.m I want an m-file to start automatically when opening MATLAB. So I called it startup.m This works fine, but I would like MATLAB to finish initializing before the m-file is executed. Is this possible?
From: dpb on 11 Aug 2010 14:08 Enning Martin wrote: > Hello everybody, > > I have a problem using startup.m > > I want an m-file to start automatically when opening MATLAB. So I called > it startup.m > > This works fine, but I would like MATLAB to finish initializing before > the m-file is executed. > > Is this possible? startup.m is called _after_ matlabrc.m which does general Matlab initializations. What is the actual problem you're encountering and what makes you think Matlab hasn't finished it's default initialization prior to invoking setup.m? --
|
Pages: 1 Prev: Start m-file when new csv-Data available Next: Record a movie |