登录论坛

查看完整版本 : 【求助】菜鸟提问:关于一些warning信息


joyht
2008-03-12, 12:14
请问各位达人,在使用matlab的时候出现下面的warning信息要怎么解决啊?我刚开始学matlab,很多地方都不懂,请各位达人指教了!

Warning: MILP solver CPLEX through Tomlab not usable: tomRun.m not in
Matlab path

Warning: QP solver CPLEX through Tomlab not usable: tomRun.m not in
Matlab path

Warning: Name is nonexistent or not a directory: d:\My
Documents\MATLAB\solvers.

Warning: Name is nonexistent or not a directory: d:\My
Documents\MATLAB\tools.

Warning: Name is nonexistent or not a directory: d:\My
Documents\MATLAB\sampling.

fanxing39
2008-03-13, 01:54
可能你你运行的函数命令是一本书上自编的函数。首先需要将那本书上提到的程序包 安装到matlab里
点file ----set path-----add folder,找到程序包 安装。
程序包一般会在书的前言有交代,比如去哪里下载,怎么安装之类的信息。