![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9800962_1522134322272_DEF.jpg)
Ghazal Hnr
Followers: 0 Following: 0
Statistik
16 Fragen
0 Antworten
RANG
14.048
of 297.016
REPUTATION
3
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
93.75%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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?
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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: ...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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; %...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with detrending data
Hi, I wrote the code below to remove trends : %% Removing trends without using detrend code t = length(pass); y =...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to decrease sample frequency?
Hello, how can I decrese sample frequency?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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: ...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
fast 8 Jahre vor | 2 Antworten | 0