This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/IWR1642: Running capture_demo.m to import data from IWR1443BOOST/IWR1642BOOST

Part Number: IWR1642
Other Parts Discussed in Thread: DCA1000EVM, MMWAVE-SDK

Tool/software: Code Composer Studio

Hi,

I am running the capture_demo.m file to read ".dat" file recorded from the mmwave demo visualizer, but I think the code needs to be modified somehow. I am getting the error below:

Error using cat
Dimensions of matrices being concatenated are not consistent.

Error in cell2mat (line 83)
m{n} = cat(1,c{:,n});

Error in capture_demo (line 95)
data = cell2mat(cat(2, rawData{:}));

An help would be really appreciated. Thanks.

Regards,

Sheeraz