source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/graphics/test_draw.m @ 37

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

Added original make3d

File size: 255 bytes
Line 
1n = 2;
2% cov
3c = randn(n);
4c = c'*c;
5c = [1 0.5; 0.5 1];
6
7figure(1);clf
8h = draw_circle(rand(2,n), rand(1,n), 'b', 'g');
9h = draw_circle(rand(2,n), rand(1,n), 'c');
10x = rand(2,n);
11h = draw_ellipse(x, c, 'r');
12h = draw_ellipse_axes(x, c, 'r:');
13axis equal
Note: See TracBrowser for help on using the repository browser.