6 lines
245 B
Mathematica
6 lines
245 B
Mathematica
|
|
function F = set(varargin)
|
||
|
|
%SET OBSOLETE
|
||
|
|
|
||
|
|
disp('SET has been considered obsolete for many years, and the time has come...');
|
||
|
|
disp('Update your code. http://users.isy.liu.se/johanl/yalmip/pmwiki.php?n=Commands.set');
|
||
|
|
error('Obsolete command')
|