photo

Ahmed Alshehhi


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
27,503
of 300,791

評判
1

コントリビューション
7 質問
0 回答

回答採用率
28.57%

獲得投票数
1

ランク
 of 21,091

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,108

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答