photo

Ahmed Alshehhi


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
27,503
of 300,780

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
1

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I don't get the answer that i want?
went I select number from between 1 to 10 I should get the result = normal and Acc =100 but wwhen I run it I get result = normal...

7 years 前 | 2 个回答 | 0

2

个回答

提问


I find this error Index exceeds matrix dimensions can anyone help me to solve it?
load project2trial.txt %data stored as column -> 7 columns with size 30x7 N = length(project2trial); % Gives number of ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


save data from all loop iterations
for I=1:10 //calculation for j=1:10 //calculation end end I want to save all the data because the saving method that I us...

7 years 前 | 1 个回答 | 0

1

个回答

提问


segmentation og ECG signal
I have ECG signal(rri) and I want to do segmentation for it 10 times and save the result. I feel confuse about how my code will...

7 years 前 | 0 个回答 | 0

0

个回答

提问


defined string as input for function
I have function which use load file that have some string inside it which I used it as input to my function so, I defined the lo...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Get string from popupmenu
I want to get string from popupmenu and use it as string in another function

7 years 前 | 1 个回答 | 1

1

个回答

提问


How to ask the user to check avalue from a loop
I have this loop For i= 1:30 s=a*x(i); if s>=0 cc(i)=1; else cc(i)=0; end end I want the user to s...

8 years 前 | 1 个回答 | 0

1

个回答