photo

mat


X

自 2015 起处于活动状态

Followers: 0   Following: 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...

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 1 个回答 | 0

1

个回答

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

8 years 前 | 0

| 已接受

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

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 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 years 前 | 3 个回答 | 1

3

个回答