photo

Nicoleta


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

10 Preguntas
0 Respuestas

CLASIFICACIÓN
188.863
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
30.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Code created by me does not display the right answer. What needs to be changed in order for the code to provide the good answers?
Ok,so I wanted to create a code which recognizes which vowel is pronounced in a recording. I created a database consisting in 40...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can you do mediation of hue values in digital image processing?
How can you do mediation of hue values in digital image processing?

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


what is Uniform Chromaticity ?
Everywhere I read about uniform chromaticity spaces,but i can't find what uniform chromaticity is...Can anyone pls tell me what ...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I=[3 2; 7 7] Considering a window central weighted in 3 determine the matrix obtained after the weighted filtering with the window.
The initial matrix is I=[3 2; 7 7] Considering a window central weighted in 3, determine the matrix obtained after the weighte...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Can quantization be done in HSV space for a CBIR system?If yes,what are your arguments?
I am having an argument with someone who said that I cannot do quantization in HSV space because this is a cylindrical space and...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


In what conditions does an indexed image ensure the compression of a color image?
Hello! I need to make a code in matlab with indexed images and I need to ndesrtand the following thing in order to do the code: ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to calculate the number of elements in a matrix?
e.g having this matrix: M=[ 1 2 3; 7 8 9] I want to return 6 which is the total number of elements I want some other method b...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What does ~ stand for in the following example?
What does this piece of code mean? [~,~,P] = size(I);

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


heat equation for infinite bar(rod)
%Ecuatia caldurii pt bara infinita function ec_cald_bara_infin a=0;b=50;L=10;T=15;Ns=20;M=50;N=50;t=linspace(0,T,50); x=linsp...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to modify the following code using quad
function f=fun(x) x=(-4:0.1:4); y=x.^3-2*x.^2-5*x+6; q=quad(fun,-4,4); plot(x,q,'--r'); end I...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta