photo

Ghazal Hnr


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
0 답변

순위
14,044
of 300,765

평판
3

참여
16 질문
0 답변

답변 채택
93.75%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to convert red channel of a rgb image to grayscale image?
I have some rgb images. I want to know is there any way to only convert the red channel of them to grayscale?

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I improve my segmented image?
Hi, I wrote the code below in order to segment blood vessels of the retina. But the result is not really good. Even I tried anot...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Image is too big to fit on screen
Hi, I have some uint8 RGB images. But when I try to display these images by using imshow, I get a warning saying that image i...

거의 8년 전 | 답변 수: 3 | 0

3

답변

질문


How to use find here?
Hi, I have the points of a curve. After I plot it, I want to find the points that the curve is on zero. I tried this code: ...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How can i fix this error?
Hi, I get this error: Error using load Unknown text on line number 1 of ASCII file drive01.dat "ÿ". after loadi...

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Finding inflection points of a noisy signal
Hi, I'd like to find the inflection points of this noisy signal. Do you have any suggestions on how to do this? fs = 100; %...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


problem with detrending data
Hi, I wrote the code below to remove trends : %% Removing trends without using detrend code t = length(pass); y =...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting frequency spectrum of a signal
Hi, I wrote this code to obtain plot of frequency spectrum of my signals: clc; clear all; close all; %% Reading & pl...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How to decrease sample frequency?
Hello, how can I decrese sample frequency?

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How to fix error about interp1?
Hello, I have some data and i want to run this code: xi = [85]; yi = interp1(y,x,xi) but I have this error: ...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


How can I fix this error?
Hello, I wrote this code: figure(3) dt = 0.001; T = 60; t = [0:dt:T] ; omega0 = 2 * pi / T; for k = 1:20 ...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


I have a problem with unwrap
I want to plot phase of a signal with unwrap code but when i run it, matlab shows me this error: Error using sym/diff (line...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How to use regression?
I have 2 vectors and i want to obtain a correlation between them like y=ax+b by using regression, but i don't know how to use th...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can I compute fourier coefficient?
Hi I have a pulse and I want to compute the first 20 fourier coefficient of it. Would anyone help me to do this?

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


Is this code correct for split an EMG signal into 10 equal part?
total number of samples are 1000 should I write like this? part1 = EMG(1:100); part2 = EMG(100:200); part3 = EMG(200...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can I compute the mean of an EMG signal that I loaded it in MATLAB?
I loaded my signal and now I want to compute the mean and absolut of it, is there any code to do these?

거의 9년 전 | 답변 수: 2 | 0

2

답변