How can I add an expiration date and time to my script or P-code file?

10 ビュー (過去 30 日間)
Suleman Jalal
Suleman Jalal 2019 年 6 月 15 日
回答済み: the cyclist 2019 年 6 月 15 日
Hello,
I have a MATLAB script code which I have it converted into a P-code file, using "%pcode*.m". I wanted to share my P-code file with a friend with an expiration date. May I please get help on how to add an expiration date and time to my script?
Thanks,

回答 (1 件)

the cyclist
the cyclist 2019 年 6 月 15 日
One way that you could do it would be to put a line in your *.m file code that checks the date [using, for example, the now() function], and returns with with no result (or an error message) if it is past the expiration date.
This could presumably be foiled if they manipulate their system clock, though.

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by