Estadística
7 Preguntas
10 Respuestas
CLASIFICACIÓN
8.604
of 295.569
REPUTACIÓN
5
CONTRIBUCIONES
7 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.247
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
How to "imagesc" with logarithmic axis
Hey Rebecca, Ben figured this one out. -Paul
más de 11 años hace | 0
Pregunta
Why filtfilt when filter transfer function easy to calculate in frequecy domain
My task requires zero-phase filtering. Why use the filtfilt command which increases the order of the filter by a factor of two ...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
What causes the save command (in MATLAB) to fail?
We deploy a medium size application written in MATLAB and we allow the user to save their simulations settings and data. Inside...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasfindobj fails in timer call back
I provide the solution to this problem because it took days to find; mostly because it was buried deep in the guts of our medi...
más de 12 años hace | 1
| aceptada
Pregunta
findobj fails in timer call back
I was testing a timer in a large program written in GUIDE and I came across these strange results. function checkfordone_o...
más de 12 años hace | 1 respuesta | 0
1
respuestaGUIDE-Axes
You will notice in guide when you check the axes properties that the "NextPlot" property is set to replace. Change it to "add" ...
más de 12 años hace | 1
plot in a gui1 after push button in a gui2
I would suggest reading: <http://www.mathworks.com/help/techdoc/creating_guis/f5-1002439.html Making Mulitple Guis work togethe...
más de 12 años hace | 0
remove fringes in the backround
Fringes are a product of filtering. You may not be able filter your way out of this situation. The fringes may have been intro...
más de 12 años hace | 0
Matlab & Analysing audio signals
I don't see the need for doing this calulation in frequency domain. I think you could just use the xcorr command and find the i...
más de 12 años hace | 0
Retaining data on GUIs on GUIDE
I think passing information with the findall can be a bit dangerous. What if you have multiple instances of the first GUI runni...
más de 12 años hace | 0
Multithreading with mex functions
Solution to question with some sample code. function test_OpeningFcn(hObject, eventdata, handles, varargin) handles...
más de 12 años hace | 0
Pregunta
Multithreading with mex functions
The documentation of MATLAB suggests that it is OK to multithread with mex functions as long as as the mex API is not used. <ht...
más de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
Time to save mat file differs by MATLAB version
I am using MATLAB version 7.12.0.0635 (R2011a). We deploy a medium size software package that allows the user to save their pro...
más de 12 años hace | 1 respuesta | 0
1
respuestaSaving Matlab resutls and output
I think you are looking for: saveas(gca,'name','tif') You can save figures or histograms. Other file formats are also suppo...
casi 13 años hace | 0
MATLAB GUI RESIZE PLOT
If you type help on the MATLAB prompt you will see that "if the CurrentAxes is nested in a uipanel the panel is used as the pare...
casi 13 años hace | 0
Pregunta
Large data file I/O
I am trying to speed up a bottle neck in our code. Currently, the output of one of our FORTRAN modules writes the data to a tex...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB ResizeFcn callback fails
I am editing a GUI written in MATLAB and have a line in the OpeningFcn that sets the callback for resizeing the figure. ...
alrededor de 13 años hace | 1 respuesta | 1