Community Profile

photo

Christine


Last seen: environ 4 ans il y a Actif depuis 2012

Followers: 0   Following: 0

Contact

Professional Interests: Data analysis

Statistiques

  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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...

plus de 9 ans il y a | 3 réponses | 0

3

réponses

A répondu
"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...

environ 10 ans il y a | 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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

A répondu
Closing 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...

plus de 10 ans il y a | 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...

plus de 10 ans il y a | 3 réponses | 0

3

réponses

Question


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...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

A répondu
Hopefully 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'...

plus de 11 ans il y a | 0

A répondu
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...

environ 12 ans il y a | 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...

environ 12 ans il y a | 2 réponses | 0

2

réponses