DSP Blockset
  Go to block:
    Search    Help Desk 

Using dspstartup.m

There are two ways to use the dspstartup M-file:

If you do not have a startup.m file on your path, you can create one from the startupsav.m template in the toolbox/local directory.

To edit startupsav.m, simply replace the load matlab.mat command with a call to dspstartup, and save the file as startup.m. The result should look like something like this:

The default settings in dspstartup will now be in effect every time you launch Simulink.

For more information about performing automated tasks at startup, see the documentation for the startup command in the online MATLAB Function Reference.



[ Previous | Help Desk | Next ]