photo

mohammad mehio


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
36,041
of 300,081

声誉
1

贡献数
9 个提问
0 个回答

回答接受率
22.22%

收到投票数
1

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


where can I find all classification functions like newff newcf newelm and more
classification functions like newff, newcf, newelm and more

3 years 前 | 1 个回答 | 0

1

个回答

提问


I have results from cftool and i want to view the coefficients as message box what should I do below you see the result of the features extracted
fitresult = General model Sin8: fitresult(x) = a1*sin(b1*x+c1) + a2*sin(b2*x+c2) + a3*sin(...

3 years 前 | 0 个回答 | 1

0

个回答

提问


Index in position 2 exceeds array bounds (must not exceed 1). Error in cut1 (line 2) y=X(:,a:b);
when I run the main code I got this problem close all; clear all; clc; for i = 1:7 test=load ((['TBGEMGPATIENT',num2str(i...

3 years 前 | 0 个回答 | 0

0

个回答

提问


hello, I have a project and I'm extracting the features from emg signal, accelerometer signal and goniometer signal.
I extracting feature from 7 signals in a row for each signal, my question is how can I save the feature extracted for every sign...

3 years 前 | 0 个回答 | 0

0

个回答

提问


vertcat error, when I run the code, at the end it tell me: Error using vertcat Dimensions of arrays being concatenated are not consistent.
close all; clear all; clc; %this code is created by Dr. Alaa Daher for advanced EMG signal analysis %%import the data in the ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Index in position 2 exceeds array bounds (must not exceed 1).
I have txt file which is EMG signal when I running it it gives me error from function called cut1 I give a and b give me the ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


cftool when selecting data
I have flex sensor signal and i want to remodel it to get features through cftool I load the file but when i enter to choose th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Cumulative Density Function. Digital Image Processing
as you can see in the table, I have to write it as a code in matlab but I have problem in finding cdf, where cdf1 = pdf1, cdf2 =...

4 years 前 | 1 个回答 | 0

1

个回答

提问


what does k = 0:25.5:255 function means
for k = 0:25.5:255 io = imread('MRI.png') ig = rgb2gray(io) subplot(1,1,1) imshow(ig) [r,c] = size(ig) % r=row,c=column di...

4 years 前 | 1 个回答 | 0

1

个回答