- 积分
- 3638
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-10-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
当我想使用IMSL中的函数时,悲剧发生了
IDL> b=imsl_inv([[1,2],[4,5]])
% LICENSE MANAGER: IDL Analyst feature not licensed for use.
% Dynamically loadable module failed to load: IMSL.
% Execution halted at: $MAIN$
我看了下help,居然说这是个单独的授权模块,莫非我还要另找一个license?不解啊
help是这么说的:
IDL Advanced Math and Stats is a separately licensed IDL module. IDL applications
that incorporate IMSL functionality will not function if the IDL Advanced Math and
Stats license is not present; this means that if you distribute an application that uses
IMSL functionality, the end-users of your application must also have an IDL
Advanced Math and Stats license. For information on runtime licensing of IMSL
functionality, contact your ITT Visual Information Solutions sales representative.
|
|