Search for "Data Group Setup" in the help file. The Matlab export options
are there. The one you're interested in is "MatlabExportMethod=MatlabFIle".
If you want to export directly to Matlab, you don't need to specify the file
option. By default, it will inject the data directly into Matlab upon
export. You can also export all your data to Matlab and then write out files
from within that environment (save basically).
The iadsread method is a much more direct route. You can "pull" data
directly from Iads data files (and any derived parameter defined) into
Matlab via a function call. All you have to do is specify where your data
resides, the parameter list, and start/stop times (or number of points).
Read over the "HowTo.m" file in the C:\Program Files\IADS\MatlabExtension
directory. It will explain how to use the mex function/dll. It's much faster
than exporting to a file and allows you to stream over the entire flight
without the need to load the entire area of interest into memory at one
time.
Jim
--------------------------------------------------
From: "Mattm" <mathmen...@gmail.com>
Sent: Friday, April 20, 2012 10:12 AM
To: "IADS" <ia...@googlegroups.com>
Subject: [IADS] Running a Matlab .m file for data export
> --
> You received this message because you are subscribed to the Google Groups
> "IADS" group.
> To post to this group, send email to ia...@googlegroups.com.
> To unsubscribe from this group, send email to
> iads+uns...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/iads?hl=en.
>