photo

Christine


Last seen: 4 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Data analysis

统计学

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 前 | 3 个回答 | 0

3

个回答

已回答
"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 前 | 0

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

10 years 前 | 0

提问


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

10 years 前 | 3 个回答 | 0

3

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

已回答
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'...

12 years 前 | 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 前 | 1

提问


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 前 | 2 个回答 | 0

2

个回答