Christine - MATLAB Central
photo

Christine


Last seen: 約5年 前 2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Data analysis

統計

MATLAB AnswersFrom 04/12 to 03/25Use left and right arrows to move selectionFrom 04/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 質問
4 回答

ランク
10,517
of 297,738

評判
4

コントリビューション
5 質問
4 回答

回答採用率
60.0%

獲得投票数
1

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,472

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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年以上 前 | 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...

11年弱 前 | 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...

約11年 前 | 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...

約11年 前 | 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...

約11年 前 | 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年以上 前 | 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年以上 前 | 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...

13年弱 前 | 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...

13年弱 前 | 2 件の回答 | 0

2

回答