Feeds
已回答
How to compare ECG signals in matlab?
I think you need to classify the signal. you need to use some algorithm to extract its features and then compare with another si...
How to compare ECG signals in matlab?
I think you need to classify the signal. you need to use some algorithm to extract its features and then compare with another si...
12 years 前 | 0
已回答
hi ,im doing gui. there are 3 push button , one push button load folder x, one push button load folder y and one push button divide value from push button one and two, but im having this error
it seems you have not define RMSmaxf_before why dont you put your code here so that we can look at it
hi ,im doing gui. there are 3 push button , one push button load folder x, one push button load folder y and one push button divide value from push button one and two, but im having this error
it seems you have not define RMSmaxf_before why dont you put your code here so that we can look at it
12 years 前 | 0
已回答
problem in detecting colour
Hi this is an interesting project. I am willing to help you if u provide me some details. Thanks Chiranjit chiranjitne...
problem in detecting colour
Hi this is an interesting project. I am willing to help you if u provide me some details. Thanks Chiranjit chiranjitne...
12 years 前 | 0
已回答
this code is not working......pls give me a hint ....the input is a fingerprint image
Hi Arul small_img is 2*2 matrix are you sure you want to use imshow on it? Also can you please specify what error it is exa...
this code is not working......pls give me a hint ....the input is a fingerprint image
Hi Arul small_img is 2*2 matrix are you sure you want to use imshow on it? Also can you please specify what error it is exa...
12 years 前 | 0
| 已接受
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
13 years 前
已解决
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
13 years 前
已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
13 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
13 years 前


