source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/extras/@ndsdpvar/see.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 369 bytes
Line 
1function see(X)
2% SEE (overloaded)
3
4% Author Johan Löfberg
5% $Id: see.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
6
7disp('Constant matrix');disp(' ')
8disp(full(getbasematrix(X,0)))
9disp('Base matrices');disp(' ')
10for i = 1:length(X.lmi_variables);
11    disp(full(getbasematrix(X,X.lmi_variables(i))))
12    disp(' ')
13end;
14disp('Used variables');disp(' ')
15disp(X.lmi_variables)
Note: See TracBrowser for help on using the repository browser.