フィルターのクリア

Why am I getting warnings while importing DATCOM via datcomimport function?

4 ビュー (過去 30 日間)
Mahmut Onur Demirci
Mahmut Onur Demirci 2022 年 11 月 10 日
回答済み: FannoFlow 2023 年 5 月 16 日
Hello,
I am trying to model an aircraft, so I am using to calculate aerodynamic coefficients the aircraft from USAF Digital DATCOM. I have managed to obtain the output file whose data is consistent. However, while I am importing the .out file to MATLAB, I am getting lots of warnings regarding data is inconsistent. The function executed without any error, but imported data are not correct. It consists of only zeros and 9999s.
aero = datcomimport('datcom.out');
I also tried some of the examples of Digital DATCOM, I got the same warnings. I realised that there is no problem to import DATCOM file in this link, but more complex models are troubled to import. Anyone can help me?
the warning message:
In datcomimport (line 77)
Warning: DATCOM file reader state inconsistent
> In usafdatcom
In usafdatcom

回答 (1 件)

FannoFlow
FannoFlow 2023 年 5 月 16 日
This likely means that
  1. There are errors in your input / output file, resulting in a bad output file.
  2. You are using an unsupported version of DATCOM
Communicating directly with aerospace toolbox team through a TS ticket might yield you better support for this function.

カテゴリ

Help Center および File ExchangeData Import についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by