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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0