Moiz
SEGULA Technologies Nederland BV
Followers: 0 Following: 0
Feeds
提问
Bucket a time signal to find its probability distribution
Hello, I want to know a way to find if a signal is fitting a gaussian distribution. So essentially it would take the signal , ...
4 years 前 | 0 个回答 | 0
0
个回答提问
Cobine two cell arrays with Nested Cellfun
Hi all, I have two cell arrays : A = {'13','15','17,'18'}; B = {'16','18','20','22','24',25','26','27,'28'}; I want to...
9 years 前 | 1 个回答 | 0
1
个回答提问
Building an array using parfor
Hi, I am building an array using parfor in the following fashion : parfor ifreq = 1:80 for iSig = 1:140 [...
9 years 前 | 2 个回答 | 0
2
个回答提问
Matfile supports only () indexing
I have a struct called data(which I created using load command from a -v7.3 matfile) : >> data = results: [1x1 struct...
9 years 前 | 1 个回答 | 0
1
个回答提问
Plotting discontinuos X Data
I have a data set that looks like this : datax = [6 7 8 9 14 48 49 50 55 87 88 89]; datay = [1 1 1 1 2 3 3 3 4 5...
9 years 前 | 1 个回答 | 0
1
个回答提问
Adding legend to a plot from an array
Ive got iD directories, iF files per directory and iS data sets per files. To extract the data I build an array dataset(:,iD,iF,...
9 years 前 | 2 个回答 | 0