photo

azim


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
270,272
of 301,664

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,377

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,019

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I select a graph by mouse clicking and delete it?
I have five graphs in an axes in a GUI. How can I select one of the them by mouse clicking and delete it? Thanks

10 years ago | 2 answers | 0

2

answers

Answered
How can I prevent moving ROI out of the image edges?
Thank you

10 years ago | 0

Question


How can I prevent moving ROI out of the image edges?
I have a Region Of Interest (ROI) on an image. Please see the following code: a=imread('rice.png'); I=imshow (a); e = imell...

10 years ago | 2 answers | 0

2

answers

Question


How can I have different ROIs (Region Of Interest) in a image using imellipse?
I am making a GUI in Matlab to show an image and select a ROI on it. Please see the following code: clear all close all ...

10 years ago | 1 answer | 0

1

answer