フィルターのクリア

External Input Type Not supported

1 回表示 (過去 30 日間)
Michael Elriachi
Michael Elriachi 2021 年 3 月 22 日
回答済み: Prudhvi Peddagoni 2021 年 3 月 26 日
Hello,
I am trying to map an external input of type: fixdt('ufix16_Sp1'), but when I fill out that Type in my Excel file and map the inputs, I get an error saying that type is not supported. Is there a list of supported data types?

回答 (1 件)

Prudhvi Peddagoni
Prudhvi Peddagoni 2021 年 3 月 26 日
Hi,
MATLAB supports the ufix16_Sp1 data type. You can check that using the following command:
a = fixdt(0,16,0.1,0);
name = a.tostringInternalSlName();
If you are getting data type propogation error, check this answer.
Hope this helps.

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by