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

7 lines
102 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function Q=getbase(X)
%GETBASE Internal function to extract all base matrices
Q=X.basis;