External Input Type Not supported
조회 수: 4(최근 30일)
표시 이전 댓글
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?
댓글 수: 0
답변(1개)
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();
Hope this helps.
댓글 수: 0
참고 항목
범주
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!