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

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

Added original make3d

File size: 206 bytes
Line 
1function F = tag(F,text)
2% TAG
3%
4% Sets the tag on a constraint.
5
6% Author Johan Löfberg
7% $Id: tag.m,v 1.1 2006/05/16 12:32:36 joloef Exp $
8
9for i = 1:length(F.clauses)
10    F.clauses{i}.handle = text;
11end
Note: See TracBrowser for help on using the repository browser.