Statistics
18 Questions
0 Answers
RANK
101,688
of 258,022
REPUTATION
0
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 17,781
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110,223
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
how to Eye cornea detection using Hough Transform?
can give me code that detection Eye cornea using Hough Transform?
2 months ago | 0 answers | 0
0
answersQuestion
find onest and end of wave ?
hello how i can find the onest (the beginning) and the end of wave if i have the peaks only?
6 months ago | 1 answer | 0
1
answerQuestion
how to convert vector char to matrix char ?
I have a variable X = 'ABCDEFGHIJKLMNOPQRSTWXYZ' how i can fill it in a matrix with single char in single index like X(1,1)=...
8 months ago | 2 answers | 0
2
answersQuestion
how i can move an circle diagonal direction??
I have an image that contains a circle with a certine raduis , and i wanted to move it in a diagonal direction with 45 degree.wh...
2 years ago | 0 answers | 0
0
answersQuestion
Signal envelope in matlab 2014
how i can Signal envelope in matlab 2014
4 years ago | 1 answer | 0
1
answerQuestion
how to plot a matrix with vector ??
A=[ 1 2 3 ; 4 5 6; 7 8 9]; B=1:3; imagesc(A,B)
4 years ago | 1 answer | 0
1
answerQuestion
i have a cell array and i want to reshape to matrix mxn and i have this error 'Subscripted assignment dimension mismatch'. for the following code
for m=1:M for n=1:N QRS_P(m,n)=QRS_Pulse_array{:,n}; end end
4 years ago | 1 answer | 0
1
answerQuestion
how i can store all values from for loop ?
Hello; how i can store all values from for loop , if in every loop get one value ?
5 years ago | 1 answer | 0
1
answerQuestion
how i compare two matrices different in the length??
Hello; how i compare two matrices different in the length
5 years ago | 0 answers | 0
0
answersQuestion
how i reshape data matrix?
Hello; h have a matrix with size 66x100 how i change it's size to 1x6600 thanks
5 years ago | 2 answers | 0
2
answersQuestion
how to solve this code ??
Hello; how i can change this code to get the specific output clc;clear all; for i=1:10; a=i+5; end the fina...
5 years ago | 1 answer | 0
1
answerQuestion
how to save data from for loop in a matrix ??
Hello; How i can save all values that i calculated from the for loop in a new matrix , but i have in the last loop one value ...
5 years ago | 2 answers | 0
2
answersQuestion
how i can know the roots
Hello; i have a curve without his function , how i can know the roots( intersection with x-axis , y=0), using for loop than...
5 years ago | 1 answer | 0
1
answerQuestion
how i can know the roots ??
Hello; i have a curve without his function , how i can know the roots( intersection with x-axis , y=0) thanks
5 years ago | 1 answer | 0
1
answerQuestion
how convert cell array to matrix matlab
for m=1:100 Heart_pulse_arrays{m} = imresize(Heart_pulse_arrays{m}, [1 Lp_mean], 'bicubic'); Heart_pulse_array...
6 years ago | 1 answer | 0
1
answerQuestion
how i can solve it ??
Hello; I have this code : Heart_pulse_avg =zeros(1,Lp_mean); for m=1:L-2 Heart_pulse_arrays{m} = imresize(Heart_puls...
6 years ago | 0 answers | 0
0
answersQuestion
how i average n values in array
if i have data a and i want to mean or average every 10 values as 1:10, 2:11, 3:12 and as so on for length of data ?
6 years ago | 3 answers | 0
3
answersQuestion
AR coefficients ?
hi I will calculated the AR coefficients for each beat of ECG signal form this code but i have an erorr the code is : co...
10 years ago | 1 answer | 0