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

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

Added original make3d

File size: 170 bytes
Line 
1function varargout=size(varargin)
2
3% Author Johan Löfberg
4% $Id: length.m,v 1.2 2004/07/19 13:54:36 johanl Exp $   
5
6F = varargin{1};
7varargout{1} = size(F.clauses,2);
8
Note: See TracBrowser for help on using the repository browser.