Built-in Script in MatLab? -- MatLab

 Built-in Script in MatLab? -- MatLab


Have you heard about built-in script before?

I think your answer is no.
And I also have not heard about this before.

Let me tell you about the interesting thing.
In MatLab, built-in Script is a script that may be triggered when specified event was triggered.
It can be overriden.

For example, when the quit event was triggered, finish.m Script was triggered.
After it executes with no error, MatLab will be closed.

Other Example is,  when script in MatLab was executed, startup.m was triggered.

more details on:


Comments

Popular posts from this blog