photo

Chiranjit


Indian Institute of Science

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
4 Respuestas

Cody

0 Problemas
5 Soluciones

CLASIFICACIÓN
10.962
of 300.365

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
55.545
of 168.262

CONTRIBUCIONES
0 Problemas
5 Soluciones

PUNTUACIÓN
60

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

más de 12 años hace | 0

Respondida
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

más de 12 años hace | 0

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

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace

Resuelto


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

alrededor de 13 años hace