Cannot open cdfx file

Cannot import a cdfx file exported from INCA V7.2.8
>> cdfxObj = cdfx("cdfxFileName.cdfx");
Invalid index.

 Accepted Answer

Arcadie
Arcadie on 25 Aug 2022
Edited: Arcadie on 25 Aug 2022

0 votes

I found issue, for BOOLEAN category <VT> tags in <SW-VALUES-PHYS> should be used.
cdfx(CDFXfile) function do not support CDF representation for Boolean with ‘1’ / ‘0’

More Answers (1)

Walter Roberson
Walter Roberson on 25 Aug 2022

0 votes

I suspect that you have a variable in your workspace named cdfx -- one that is not a function handle.

Products

Release

R2022a

Asked:

on 25 Aug 2022

Edited:

on 25 Aug 2022

Community Treasure Hunt

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

Start Hunting!