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

7 lines
236 B
Matlab
Executable File

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')