mat - MATLAB Central
photo

mat


X

2015 年からアクティブ

Followers: 0   Following: 0

統計

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

6 質問
2 回答

ランク
36,760
of 298,180

評判
1

コントリビューション
6 質問
2 回答

回答採用率
66.67%

獲得投票数
1

ランク
 of 20,546

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,541

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Applying rotation matrix on inclined plane
Hey, I want to rotate an inclined plane to a flat surface. I think I can use the Euler angles to perform this operation. Usi...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to calibrate a 3D camera?
Hey I’m using a 3D camera (ToF camera). On the internet I didn’t find a clear way to calibrate this camera. I receive a lumi...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Terminate Matlab function by closing GUI window
How can I stop running a main function by closing a loaded GUI? I want to make us of the close request function in GUI. With t...

約9年 前 | 1 件の回答 | 0

1

回答

回答済み
Updating a GUI image (axes) from external function
imagesc(image, 'Parent', handles.axes1) solved my problem.

約9年 前 | 0

| 採用済み

回答済み
Callback in push button doesn't work
Seems like drawnow did the trick.

約9年 前 | 0

| 採用済み

質問


Callback in push button doesn't work
Hey I have a simple if function that I want to start with a GUI pushbutton. It only works when I put uiwait before the if (loca...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Updating a GUI image (axes) from external function
Hey, I want to update an image in the GUI from an external function. What I've found: handles.image = image; guida...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Change an element in diagonal of matrix
As example A=magic(5); result=diag(A,-1); How can I change an element of this diagonal array when I don't know their ...

9年以上 前 | 3 件の回答 | 1

3

回答