Changeset 20325
- Timestamp:
- 03/21/16 13:00:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expwrite.m
r16162 r20325 28 28 29 29 fid=fopen(filename,'w'); 30 if fid==-1, 31 choice=input(['WARNING: file ' filename ' could not be created, would you like to save your exp as ./temp_expwrite.exp? (y/n)'],'s'); 32 if ~strcmpi(choice,'y'), 33 disp('no file written... exiting'); 34 return 35 end 36 fid=fopen('./temp_expwrite.exp','w'); 37 end 30 38 for n=1:length(a), 31 39 if(length(a(n).x)~=length(a(n).y)),
Note:
See TracChangeset
for help on using the changeset viewer.