Does MATLAB supply DATCOM files for use with the Aerospace Toolbox in MATLAB 7.7 (R2008b)?

1 次查看(过去 30 天)
I am interested in learning more about the Aerospace Toolbox. I would like to know how to obtain the DATCOM files mentioned in the "Getting Started" page of the Aerospace Toolbox.

采纳的回答

MathWorks Support Team
DATCOM files are user-supplied. An example is available at:
$MATLABROOT/toolbox/aero/astdemos/astdatcom.in
where $MATLABROOT is the MATLAB root directory on your machine, as returned by typing
matlabroot
at the MATLAB Command Prompt.
To import the DATCOM file, please use the DATCOMIMPORT command.
For example, to import 'astdatcom.out':
aero = datcomimport('astdatcom.out')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Unit Conversions 的更多信息

产品


版本

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by