source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/modules/parametric/mpt_clean_optmizer.m @ 37

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

Added original make3d

File size: 178 bytes
Line 
1function [Fi,Gi] = mpt_clean_optmizer(Fi,Gi);
2if length(Fi)>0
3    for i = 1:length(Fi)
4        Fi{i} = round(1e10*Fi{i})/1e10;
5        Gi{i} = round(1e10*Gi{i})/1e10;
6    end
7end
Note: See TracBrowser for help on using the repository browser.