-
Noncommercial use only.
-
windows code.
-
A little modification is needed if you want to run it at ThingSpeak.com
After set your private parameter like IFTTT key in noaafloater.m, using Timer to ensure Schedule Command Execution.
cd {the fold path of noaafloater.m}
tc = timer ...
( 'Name' , 'Typhoon' ...
, 'TimerFcn' , @(varargin)evalin('base','noaafloater') ...
, 'BusyMode' , 'drop' ...
, 'ExecutionMode' , 'fixedRate' ...
, 'Period' , 21600 ...
, 'StartDelay' , 0 ...
);
start(tc)
Telegram Channel: Satellite Observations (Asia-Pacific) @ObsAP