Closed GoogleCodeExporter closed 8 years ago
Remedy is using a loop and concatenating the KML strings. Note that this is
usually
quite slow (because of file i/o), especially when there are a lot of points.
example:
kmlStr=''
for k=1:10
kmlStr = [kmlStr,ge_point(x,y,z,'pointDataCell',{'point number',num2str(k)})]
end
(Note that I included the above example on a computer with no MATLAB, so there
may
still be a small error in this example...)
-Jurriaan
Original comment by jhspaaks@hotmail.com
on 6 Mar 2008 at 11:49
Original comment by skawtus
on 8 Mar 2008 at 12:03
Original issue reported on code.google.com by
JAMoor...@gmail.com
on 8 Feb 2008 at 1:11