Christine
Followers: 0 Following: 0
Professional Interests: Data analysis
Statistics
RANK
10,517
of 295,569
REPUTATION
4
CONTRIBUTIONS
5 Questions
4 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
10 years ago | 3 answers | 0
3
answers"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...
10 years ago | 0
Question
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...
11 years ago | 1 answer | 0
1
answerClosing 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...
11 years ago | 0
Question
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...
11 years ago | 3 answers | 0
3
answersQuestion
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...
12 years ago | 0 answers | 0
0
answersHopefully 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'...
12 years ago | 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...
12 years ago | 1
Question
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...
12 years ago | 2 answers | 0