Program to generate applications which are time bound/evaluation

版本 1.0.0.0 (114.3 KB) 作者: Vihang Patil
Create stand alone application which is time bound to distriute for demo purposes.
787.0 次下载
更新时间 2008/1/15

查看许可证

This program is useful in generating a demo application which can be integrated in your stand alone application to make it time bound. This can particularly be useful when you want to distribute
your stand alone applications for demo purpose so that your application is
fully functional for the specified amount of days

Help for evaluation.p
function [output days_in_use] = evaluation(num_of_days,msg_on_off)

USAGE : output = evaluation(30,'on');

Examples:
output = evaluation; %takes 30 as default and message to 'on'
output = evaluation(30,'off');

First input argument specifies the number of valid days ex: 30
Second input argument specifies whether to give an error dialog or not e:
'on'

P.N: evaluation.p and remove_evalution.p are the only files required for
placing and removing the time limit. Rest of the files in the zip file
are for the gui, magic_number.m

Help for remove_evaluation.p
This function is used to remove any changes made by the evaluation function.
Usage : remove_evaluation

Help for magic_number.m
This is a demo gui for testing the above said evaluation function
Usage : magic_number
To test whether the program works for 30 days or not , just change the
date from the system tray and re run the application. If you change the
date backward, it will give an error but as soon as the date is modified
to the latest date set, it will start again.
Good Luck!

Vihang Patil, Jan 2008
Copyright 2004-2008 Vihang Patil
Email: vihang_patil@yahoo.com
Created: 14th Jan 2008
Free to use and distribute

引用格式

Vihang Patil (2024). Program to generate applications which are time bound/evaluation (https://www.mathworks.com/matlabcentral/fileexchange/18315-program-to-generate-applications-which-are-time-bound-evaluation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Application Deployment 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

1. Title was not appropriate.
2. Updated the zip file.