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

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

Added original make3d

  • Property svn:executable set to *
File size: 168 bytes
Line 
1% thanks to Marek Petrik for finding this bug
2a.state = 1;
3a.action = 0;
4x = repmat(a, 1, 10);
5if length(fieldnames(x)) ~= 2
6  error('repmat struct failed')
7end
Note: See TracBrowser for help on using the repository browser.