photo

Ping


Last seen: nästan 3 år ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
algorithm or code for image segmentation
There are a few demos in the matlab document. You can visit <http://www.mathworks.com/products/image/demos.html> to see.

ungefär 13 år ago | 0

Answered
How to capture keyboard input in getrect
At last I know the difference: when I click the button, the keyboard event at the time of getrect is sent to the button's event ...

ungefär 13 år ago | 0

| accepted

Answered
datacursor mode in gui
maybe you could call [x, y] = getpts to get the points

ungefär 13 år ago | 0

Answered
Code to edit a file name?
you can call [pathstr, name, ext] = fileparts(filename) to seperate filename and extension.

ungefär 13 år ago | 1

| accepted

Answered
Selecting plot for drawing text
I think you can use figure(1), figure(2) to create figure and switch the current figure.

ungefär 13 år ago | 0

Question


How to capture keyboard input in getrect
Hello, all I wrote small GUI demo which has a "LoadImage" button, and in the LoadImageBtn_Callback call the LoadImage function t...

ungefär 13 år ago | 1 answer | 0

1

answer