Dynamic-Calibration/utils/YALMIP-master/@sdpvar/set.m

7 lines
236 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function F = set(varargin)
%SET OBSOLETE
disp('SET has been considered obsolete for many years, and the time has come...');
disp('Update your code by removing SET. https://yalmip.github.io/tutorial/basics/');
error('Obsolete command')