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