register
-- remove the memory
limit of the demo versionregister(
Name, Key)
registers the
MuPAD installation on UNIX platforms.
register(Name, Key)
Name |
- | the name entry of the registration code: a string |
Key |
- | the registration key: a string |
TRUE
if the
registration was successful, and otherwise FALSE
.
See the MuPAD license agreement, which can be obtained from
http://www.sciface.com/mupad_download/reg_form.htmlhttp://www.sciface.com/mupad_download/reg_form.html
.
register
removes this memory limit on UNIX platforms.
On Windows platforms, you can register your MuPAD version via the item ``Register'' of the ``Help'' menu.
On Macintosh platforms, choose ``About MuPAD'' in the Apple menu and then ``Register''.
http://www.sciface.com/mupad_download/reg_form.htmlhttp://www.sciface.com/mupad_download/reg_form.html
If the key is correct and the registration was
successful, register
returns TRUE
:
>> register("My name", "12345-67890-ABCDE")
Memory limitation removed. TRUE
If you enter an invalid key, you will get the following message:
>> register("My name", "invalid key")
Wrong password or not registered user. FALSE
If the key is correct, but you have no write permission to the directory tree where MuPAD was installed, the following happens:
>> register("My name", "12345-67890-ABCDE")
Cannot remove memory limitation. FALSE