Dynamic-Calibration/utils/YALMIP-master/extras/depends.m

12 lines
172 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function p = depends(x)
%DEPENDS Returns indicies to variables used in an SDPVAR object
%
% i = depends(x)
%
% Input
% x : SDPVAR object
% Output
% i : DOUBLE
p=[];