Changeset 22748
- Timestamp:
- 05/07/18 14:08:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/IdFromString.m
r20141 r22748 34 34 ids_raw=strsplit_strict(ids_raw,char(10)); 35 35 ids_raw=ids_raw(1:end-1); 36 for i=1:length(ids_raw), 37 eval(['ids=[ids ' ids_raw{i} '];']); 38 end 36 ids=cellfun(@str2num,ids_raw); 39 37 ids=sort(ids); 40 38
Note:
See TracChangeset
for help on using the changeset viewer.