Community Profile

photo

mat


X

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 8 Jahre vor | 0

| akzeptiert

Beantwortet
Callback in push button doesn't work
Seems like drawnow did the trick.

etwa 8 Jahre vor | 0

| akzeptiert

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 3 Antworten | 1

3

Antworten