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
MathWorks Support Team 2013년 3월 12일
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