source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/BlueCCal/MultiCamSelfCal/MartinecPajdla/utils/kill_spaces.m @ 37

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

Added original make3d

File size: 124 bytes
Line 
1%kill_spaces Remove all spaces from given string.
2
3function r = kill_spaces(s)
4
5r = s(setdiff(1:length(s),findstr(s,' ')));
Note: See TracBrowser for help on using the repository browser.