cell to vector transformation
hi !
I have a cell of the size <14500*1>. it is composed in this way:
d={a b c 120 15 12 20 13 a b c 3 2 5 5 6 a b c ........
13年以上 前 | 1 件の回答 | 0
1
回答
質問
Mean of some element in Array
Hi!
I have a array of size 8501*1. iwa nt to have the mean value of each 10 element. Afte each 10 elebent make a mean value.
H...
13年以上 前 | 1 件の回答 | 0
1
回答
質問
problem with a text file
I have this text file. and i want to read itmy code is:
%
fileID = fopen('test.txt');
labo = textscan(fileID, '%s %s %f '...
13年以上 前 | 0 件の回答 | 0
0
回答
質問
datenum with time in time vector
Hi together!
I have a time vector:
% code%%
t=[ '01:17:32'
'01:17:34'
'01:17:36'
'01:17:37'
...
sawtooth signal and moving averege filter
Hi all!
I have a signal, noisy sawtooth signal. see (m-file).
I want to smooth and averege this signal with moving avereg...
13年以上 前 | 1 件の回答 | 0
1
回答
質問
time and date for measurement selection
Thnk you for the last answer.
I have another?:
I have 708 .txt files. and from this file i want to select just mea...
13年以上 前 | 0 件の回答 | 0
0
回答
質問
transform a cell in a column
Hi!
I have a cell like this:
A=[5001*1 double];
[5001*1 double];
[5001*1 double];
[5001*1 double];
..
..
...