Create a 2-D contour using kmlwrite to create kml file

조회 수: 1 (최근 30일)
shobhit mehrotra
shobhit mehrotra 2015년 7월 16일
Hi I want to export this plot to a kml file.
figure
scatter (long(start:stop), latg(start:stop), 40, ch4i(start:stop), 'filled')
hold on
colorbar
quiver(long(start:1500:stop), latg(start:1500:stop), Ui(start:1500:stop), Vi(start:1500:stop), 'k' , 'LineWidth', 4,'AutoScaleFactor',1.2, 'MaxHeadSize', 0.3)
grid on
title 'Bellridge south color plot'
xlabel ' Latitude'
ylabel ' Longitude'
all of the variables are defined, how do I use the kmlwrite function to create a kml file?
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Map Display에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by