photo

Ping


Last seen: quasi 3 anni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0

| accettato

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

circa 13 anni fa | 0

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

circa 13 anni fa | 1

| accettato

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

circa 13 anni fa | 0

Domanda


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

circa 13 anni fa | 1 risposta | 0

1

risposta