source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/usertest/sdetest.m @ 86

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

Added original make3d

File size: 149 bytes
Line 
1tt=linspace(0,4*pi,1500);
2X=[tt.*sin(tt);tt.*cos(tt)];
3pars.slack=1;
4yalmip('clear')
5Dis=distance(X);
6pars.solver=0;
7[Y,D]=sde(Dis,3,pars); % CSDP
Note: See TracBrowser for help on using the repository browser.