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

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

Added original make3d

File size: 301 bytes
Line 
1function see(F)
2%see               Displays internal structure of matrix variable in a constraint
3
4% Author Johan Löfberg
5% $Id: see.m,v 1.3 2005/02/08 16:11:17 johanl Exp $
6
7if length(F.clauses)>1
8    disp('Can only apply SEE on set objects with one constraint');
9else
10    see(F.clauses{1}.data);
11end
Note: See TracBrowser for help on using the repository browser.