Feeds
提问
How to convert cell 2 mat?
This is my code: data03=[]; l=length(strc201603{1}); data03=zeros(l,16); for i=1:l data03(i,1)=day(strc2016...
9 years 前 | 0 个回答 | 0
0
个回答提问
Convert clock time to decimal
Hi, I want to convert cell2mat, but there are some times (clock time) values in my data. That's why I couldn't convert it. How ...
9 years 前 | 2 个回答 | 0
2
个回答提问
I want to filter data in matlab. for example I have a cell containing several stop ID. I want to select some specific stop IDs from that cell. how can I do that?
M=C_data0{1,6}; P=filter M;
9 years 前 | 1 个回答 | 0