Feeds
질문
How do I apply a sliding window on an array??
How do I apply a sliding window on a matrix 23x1843200 with a window size 23x768?? %% input data matrix DDD=load('data.mat')...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How to concatenate these subplots on one image in matlab?
How to concatenate these subplots on one image in matlab? V1img = wcodemat(V1,255,'mat',1); H1img = wcodemat(H1,255,'mat',1); ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. What does this mean?
%% input data matrix DDD=load('data2.mat'); data=DDD.data; N_max=length(data); window_size=256*3; %% 256 for 1 second ==> 3 ...
대략 6년 전 | 답변 수: 1 | 0
