photo

Ping


Last seen: 거의 3년 전 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년 전 | 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년 전 | 0

| 수락됨

답변 있음
datacursor mode in gui
maybe you could call [x, y] = getpts to get the points

대략 13년 전 | 0

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

대략 13년 전 | 1

| 수락됨

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

대략 13년 전 | 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년 전 | 답변 수: 1 | 0

1

답변