source:
issm/oecreview/Archive/22819-23185/ISSM-22932-22933.diff
Last change on this file was 23186, checked in by , 7 years ago | |
---|---|
File size: 668 bytes |
-
../trunk-jpl/src/m/coordsystems/gmtmaskparallel.m
14 14 15 15 %For each segment, write all vertices file: 16 16 for i=1:length(nnv)-1, 17 dlmwrite(['./all_vertices' num2str(i) '.txt'],[long(nnv(i):nnv(i+1)-1) lat(nnv(i):nnv(i+1)-1) (nnv(i):nnv(i+1)-1)'],'delimiter','\t');17 dlmwrite(['./all_vertices' num2str(i) '.txt'],[long(nnv(i):nnv(i+1)-1) lat(nnv(i):nnv(i+1)-1) (nnv(i):nnv(i+1)-1)'],'delimiter','\t','precision',7); 18 18 end 19 19 20 20 if ismac,
Note:
See TracBrowser
for help on using the repository browser.