Disable start up prompt in Matlab in Command Window?

I have recently bought the Matlab student edition for my Mac. I've installed it on my computer and now, every time I start up Matlab, I get this prompt:

Student License -- for use in conjunction with courses offered at a degree-granting institution. Professional and commercial use prohibited.

I find it a bit annoying and was wondering if there was any way to prevent it from showing at start up?

Upvotes: 2

Views: 468

Answers (1)

bla
bla

Reputation: 26069

try to start matlab using the following command:

matlab -nosplash

To controll what happens when matlab starts up you can use\edit matlabrc or use\edit startup.m with clc, see more info in their documentations in the links.

Upvotes: 3

Related Questions