From: Chance Yohman on
http://www.mathworks.com/access/helpdesk/help/toolbox/aerotbx/ug/bqsgkmu-1.html#bqsgkmu-3

...

>> h.TimeseriesSourceType = 'Timeseries';
h.TimeseriesSource = ts;
>> h.FlightGearBaseDirectory = 'C:\Program Files (x86)\FlightGear';
h.FlightGearVersion = '2.0.0';
h.GeometryModelName = 'HL20';
h.DestinationIpAddress = '127.0.0.1';
h.DestinationPort = '5502'
??? The '2.0.0' enumerated value is invalid.

>> h.FlightGearBaseDirectory = 'C:\Program Files (x86)\FlightGear';
>> h.FlightGearVersion = '2.0.0';
??? The '2.0.0' enumerated value is invalid.

What am I doing wrong?

Should I downgrade my version of FlightGear to 1.9.1?
From: Saurabh Mahapatra on
Hello,

FlightGear 2.0.0 version is not supported by any version of Aerospace Toolbox.

FlightGear 1.9.1 is supported in R2009b and beyond (version 2.4 of Aerospace Toolbox)

http://www.mathworks.com/access/helpdesk/help/toolbox/aerotbx/rn/br44vl0-1.html

Thanks,

Saurabh
From: Chance Yohman on
Thanks Saurabh.

"Saurabh Mahapatra" <saurabh.mahapatra(a)mathworks.com> wrote in message <i1l6gr$7vl$1(a)fred.mathworks.com>...
> Hello,
>
> FlightGear 2.0.0 version is not supported by any version of Aerospace Toolbox.
>
> FlightGear 1.9.1 is supported in R2009b and beyond (version 2.4 of Aerospace Toolbox)
>
> http://www.mathworks.com/access/helpdesk/help/toolbox/aerotbx/rn/br44vl0-1.html
>
> Thanks,
>
> Saurabh