photo

Ping


Last seen: 3 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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.

13 years 前 | 0

已回答
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 ...

13 years 前 | 0

| 已接受

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

13 years 前 | 0

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

13 years 前 | 1

| 已接受

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

13 years 前 | 0

提问


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

13 years 前 | 1 个回答 | 0

1

个回答