how can i skip this message !

Your MATLAB license will expire in 42 days.
Please contact your system administrator or
MathWorks to renew this license.

1 Comment

Link to another similar question:
https://www.mathworks.com/matlabcentral/answers/405675-can-i-make-a-personalized-license-warning-message#answer_324733

Sign in to comment.

 Accepted Answer

Nee
Nee on 19 Mar 2025
You could try this on your startup for supressing the message, but remember it will start popping out again eventually. There is no permanent way of terminating this notification except renewing the license.
warning('off', 'MATLAB:license:expireWarning')

2 Comments

Okay ..
thank you very much
+1, but ... the good news is, the message will just go away on its own after 42 days. Not sure if that is good or bad news. :)

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 19 Mar 2025

Commented:

on 19 Mar 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!