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

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

Added original make3d

File size: 233 bytes
Line 
1function x = binary(x)
2%BINARY Overloaded
3%
4% Author Johan Löfberg
5% $Id: binary.m,v 1.1 2005/12/01 14:09:48 joloef Exp $
6
7if isempty(x)
8    x = [];
9else
10    error('BINARY can only be applied to SDPVAR objects or empty doubles');
11end
Note: See TracBrowser for help on using the repository browser.