Changeset 919 for trunk/src/set_grid.m
- Timestamp:
- Jun 26, 2015, 5:14:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_grid.m
r918 r919 194 194 YA=grid_pix_A(:,2); 195 195 unitcolumn=32*ones(size(XA)); 196 Xchar=num2str(XA, 2);196 Xchar=num2str(XA,'%1.1f');% write x coordinate in px, rounded at the first decimal 197 197 blanc=char(unitcolumn); 198 Ychar=num2str(YA, 2);198 Ychar=num2str(YA,'%1.1f');% write y coordinate in px, rounded at the first decimal 199 199 tete=['1 ' num2str(nbpointsA(1))]; 200 200 txt=[Xchar blanc Ychar];
Note: See TracChangeset
for help on using the changeset viewer.