Ghazal Hnr
自 2017 起处于活动状态
Followers: 0 Following: 0
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?
6 years 前 | 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...
6 years 前 | 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...
7 years 前 | 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: ...
7 years 前 | 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...
7 years 前 | 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; %...
7 years 前 | 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 =...
7 years 前 | 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...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to decrease sample frequency?
Hello, how can I decrese sample frequency?
7 years 前 | 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: ...
7 years 前 | 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 ...
7 years 前 | 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...
7 years 前 | 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...
7 years 前 | 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?
7 years 前 | 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...
7 years 前 | 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?
7 years 前 | 2 个回答 | 0