photo

Marlon Damaceno


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
102,707
of 300,343

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
9,684 of 20,926

REPUTATION
N/A

AVERAGE RATING
2.00

CONTRIBUTIONS
0 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I need to draw 8 lines in a binary image according to the attached image.
<</matlabcentral/answers/uploaded_files/96488/8.jpg>> How can I do this?

8 years ago | 1 answer | 0

1

answer

Question


How to plot a pizza bar with my colors found?
I want plot a pizza bar with my colors found, How can I do this? This is my code: %% *** [DADOS DO AUTOR] *** %% ...

8 years ago | 1 answer | 0

1

answer

Question


Anybody help me with measure asymmetry an irregular object
What's the best method to sort the asymmetry? basically, I need the result of the ratio between the perpendicular segment and...

8 years ago | 1 answer | 0

1

answer

Answered
How I get this all values of regionprops and show in diferent edit texts in my GUI?
Hello guys! I got it in a different, simpler way, easier than I thought. %% ***AREA*** %% Area = cat(1, 'stats.Area')...

8 years ago | 0

Question


How I get this all values of regionprops and show in diferent edit texts in my GUI?
stats = regionprops('table',CloseBW,'Area',... 'BoundingBox',... ...

8 years ago | 3 answers | 0

3

answers

Question


I Have a value of bwarea, how can I get this value and show in edit text in my GUI?
Example: EDITOR: bwarea(a) COMMAND WINDOW: ans = 10 % (I need to show this value in my edit text GUI) anybody help me...

8 years ago | 1 answer | 0

1

answer