Community Profile

photo

Chiranjit


Indian Institute of Science

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

11 years ago | 0

Answered
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

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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...

11 years ago | 0

| accepted

Solved


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...

11 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

11 years ago

Solved


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...

11 years ago

Solved


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 ...

11 years ago

Solved


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:...

11 years ago