統計
All
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前
解決済み
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年以上 前
解決済み
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年以上 前
解決済み
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年以上 前


