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

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

Added original make3d

File size: 286 bytes
Line 
1function F = set(varargin)
2switch nargin
3case 0
4    F = lmi;
5case 1
6    % Yihaa!
7    F = evalin('caller',['lmi(' '''' strrep(varargin{1},'''','''''') '''' ')']);
8case 2
9    F = evalin('caller',['lmi(' strrep(varargin{1},'''','''''') ','  '''' varargin{2} '''' ')']);
10otherwise
11end
12   
Note: See TracBrowser for help on using the repository browser.