linda cummings cummingslinda14@gmail.com


Active since 2016

Followers: 0   Following: 0

Message

Electric and Electronic Engineer, Shanghai, China

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
234,223
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • First Answer

View badges

Feeds

View by

Question


matlab plot(x_data)
Line = get(gca, 'k'); x_data = Line.XData; y_data = Line.YData; id = ~(isnan(x_data(:)) | isnan(y_data(:))); figur...

8 years ago | 0 answers | 0

0

answers

Question


How do I compare strings in Java?
I've been using the == operator in my program to compare all my strings so far. However, I ran into a bug, changed one of them i...

8 years ago | 1 answer | 0

1

answer

Answered
How to calculate the curvature of a boundaries in binary images?
Very nice. Have you worked in gray image the this code ? Have you tried? Linda Cummings cummingslinda14 at gmail.com

8 years ago | 0

Question


How is curve fitting in image processing?
I use the following code: but has an error? v_BW = im2bw (v, level); [y x] = find(v_BW); right = x<300; xr = x(right); y...

8 years ago | 0 answers | 0

0

answers