Data Groups to Matlab

13 views
Skip to first unread message

Eileen Suszek

unread,
Nov 16, 2009, 1:05:33 PM11/16/09
to IADS
Is it possible to export (to Matlab), \
\HeaderRows=Parameter,LongName,ShortName,Units I cannot seem to get
this to work?

Dale Jones

unread,
Nov 16, 2009, 1:13:48 PM11/16/09
to IADS
No, the HeaderRows option is only available on export to CSV and
Excel.

Dale

Adam Chant

unread,
Nov 16, 2009, 1:39:05 PM11/16/09
to ia...@googlegroups.com
Eileen,

Try this:

list = iadsread( 'DataDirectory or ServerName$PortId', '', 0, '? select
Parameter,ShortName,LongName,Units from ParameterDefaults');

That will return a structure where you can call each instance by the '.' notation.
list.Parameter
list.ShortName
list.LongName
list.Units

-Adam Chant
'in the process of writing a cheezy GUI for iadsread'
> --
>
> 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.
> For more options, visit this group at http://groups.google.com/group/iads?hl=.
>
>
>

Eileen Suszek

unread,
Nov 16, 2009, 3:14:33 PM11/16/09
to IADS
Thanks Adam!
> > For more options, visit this group athttp://groups.google.com/group/iads?hl=.- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages