Changeset 89 for trunk/src/create_grid.m
- Timestamp:
- May 20, 2010, 1:48:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/create_grid.m
r88 r89 1 1 %'create_grid': called by the GUI geometry_calib to create a physical grid 2 %------------------------------------------------------------------------ 2 3 % coord=create_grid(input_grid) 3 4 % … … 5 6 % coord: matrix (nbpoint, 3) of coordinates for grid points, with columns x,y,z 6 7 % 7 % INPUT:8 % INPUT: 8 9 % input_grid (optional): structure to initiate the GUI with fields .x_0,.Dx,.x_1 9 10 % (defining x coordinates), .y_0,.Dy,.y_1 (defining y coordinates)
Note: See TracChangeset
for help on using the changeset viewer.