photo

Ahmed Alshehhi


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
27,503
of 300,781

평판
1

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
1

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
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

7년 초과 전 | 답변 수: 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

답변