Estadística
8 Preguntas
3 Respuestas
CLASIFICACIÓN
2.271
of 295.527
REPUTACIÓN
28
CONTRIBUCIONES
8 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
11
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
IOException with sendmail: Connection reset by peer: socket write error
I get the following error when using sendmail.m (R2010b): IOException while sending message: Connection reset by peer: ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Delimiter must be a string (textscan R2010b)
The following code works on R2013a str = textscan('is it a version issue, or it is not.','%s','Delimiter',{' ',',','.'}); ...
alrededor de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
feature reduction via regression analysis
Suppose you have a very large feature vector X, used to predict a a vector of expected values y. Is the sequential *linear li...
más de 12 años hace | 1 respuesta | 0
1
respuestahow do you hide an output?
try: [~, name]=strtok(file(3),'_p'); [right,~]=strtok(name,'_p') [left,~]=strtok(name,'_V')
más de 12 años hace | 0
Pregunta
Derivative filter in laplace domain
I am trying to implement the simplest derivative filter, e.g.: H(s)=s, as: H=tf([1 0],[1]); output=lsim( H , input); ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i know which toolbox a function is calling?
If I have a function, how can I know which toolbox is using without going through the code? And also, how can I know which subf...
alrededor de 13 años hace | 5 respuestas | 0
5
respuestasPregunta
how to create a GUI from another GUI?
The problem seems simple, and yet... I wrote a GUI. Now I want to create a similar version of it, without losing the previous...
alrededor de 13 años hace | 1 respuesta | 1
1
respuestaPregunta
Choosing FFT points
Hi All. It is not clear to me how to choose points in a FFT, and matlab Help, doesn't help on this. E.g., I have an L long array...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaFFT - Effective bits and dynamic range
What is the syntax you used? fft(x) by default takes N=nextpow2(length(x)) points, which gives a fs/N time resolution.
alrededor de 13 años hace | 0
how to get more colors?
You can use the option 'Color' and then chosing any combination of randon numbers (between 0 and 1) which form a triplet, e.g. [...
alrededor de 13 años hace | 9
| aceptada
Pregunta
time domain signal reconstruction from frequency domain
Hi everybody and thanks for taking time on this. I have a time domain signal vectorized at a sampling frequency of 16kHz. I wan...
alrededor de 13 años hace | 3 respuestas | 0