How to quit MatLab Application through code in MatLab? - quit , exit -- MatLab

 How to quit MatLab Application through code in MatLab? - quit -- MatLab

How to quit MatLab Application through code in MatLab? 
[Ans]
quit
exit

[Description]
quit 
It will close MatLab Application.

exit 
same as above.

[NOTE]

Great importance!!! Please pay a lot of attention of it.

(1)quit command will NOT automatically save it before closing.

more details on:

more ways about quit MatLab:

Comments

Popular posts from this blog

Built-in Script in MatLab? -- MatLab