Christine
Followers: 0 Following: 0
Professional Interests: Data analysis
Estadística
5 Preguntas
4 Respuestas
CLASIFICACIÓN
10.517
of 295.527
REPUTACIÓN
4
CONTRIBUCIONES
5 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
1
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
How to hide the axes in front of 3D plots
Hello, I am doing a 3D plot and always have this annoying axes in front of my data (see image). How can I hide the front part...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestas"XXX" requires more input arguments to run
I had the same problem and found this way to make the yellow box disappear: If Matlab complains "dummy_function(input1, input...
más de 10 años hace | 0
Pregunta
Access handles structure in a GUI
I am programming a GUI and am storing a lot of variables in the handles structure. Sometimes I just want to have a look on one o...
casi 11 años hace | 1 respuesta | 0
1
respuestaClosing all figures associated with a main GUI
Oh how embarrassing, I just forgot the curly brackets... So to assign the handles structure to the CloseRequestFcn it has to be...
casi 11 años hace | 0
Pregunta
Closing all figures associated with a main GUI
I am programming a GUI that consists of a main window and several other figures. I want that all figures associated with this GU...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Fourier filtering of periodic image creates double frequency?
I want to clean a very periodic image (interferogram) from noise by Fourier filtering. Therefore I compute the Fourier transform...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasHopefully simple UIButtonGroup question
You could try to set the Value-property of your button to 'Min' at the end of the routine it is running: set(handel,'Value'...
alrededor de 12 años hace | 0
continue for-loop despite matlab error
Great, thanks a lot. This works fine: for number = 1:number_of_images try %image analysis program catch M...
más de 12 años hace | 1
Pregunta
continue for-loop despite matlab error
I want to process a number of images for data analysis. If one of the images causes a matlab error, I want the program to displa...
más de 12 años hace | 2 respuestas | 0