Estadística
CLASIFICACIÓN
19.003
of 297.046
REPUTACIÓN
2
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
Feeds
Pregunta
audio cutter in matlab
Hi, I have loaded an audio-file of 8sec's using 'wavread' function. I have to cut it to say 1sec file. i know that it c...
alrededor de 11 años hace | 3 respuestas | 0
3
respuestasHow to display minimum valley point on the surface,which is drawn using symbolic variables
Thank you,David sanchez
alrededor de 11 años hace | 0
Pregunta
How to label the contour points,including center point.Here contour is created using symbolic variables.
Hi, I have contour which is built using symbolic variables,with the below code. syms w0 w1; J = .9486-1.0544*w0+.8916*w...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to display minimum valley point on the surface,which is drawn using symbolic variables
Hi syms w0 w1; J = .9486-1.0544*w0+.8916*w1+w0*w1+1.1*(w0^2+w1^2); figure;ezsurf(J); i plotted a 3D surface using ab...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
rounding of the numbers in a array as per a condition
hi.. suppose i have an array x=[1 ,2, -2.2, 2.2, -3, 4]; all the elements of the above array should satisfy the con...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find maximum value of a column,which satisfies a condition.
hi.. suppose i have a matrix as given below x f1 f2 rank 0.0002 0.0000 3.9991 1.00...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find the sum of product of elements of an array in matlab
hi, let p = [1 2 33 44 -11 -22] is single row multiple column matrix i = index of elements of 'p', in this case i = [1 ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Calling same function repeatedly for different set of input parameters,with out using for loop.
Hi... x= 1 2 2 3 4 5 x is a 3x2 matrix z1 = distance(x1,c1); z2 = distance(x2,c2); z3 = dist...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Delete array element values from another array element values
Hi Everyone, Suppose I have the following A = [1 2 3] and Z = [1 2 3 4 5 6] how do I remove the values of A from...
más de 11 años hace | 1 respuesta | 2