Changeset 25729
- Timestamp:
- 11/02/20 09:44:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdFromString.m
r22748 r25729 34 34 ids_raw=strsplit_strict(ids_raw,char(10)); 35 35 ids_raw=ids_raw(1:end-1); 36 ids=cellfun(@str2num,ids_raw );36 ids=cellfun(@str2num,ids_raw,'uniformoutput',false); 37 37 ids=sort(ids); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.