photo

Edward HuaHui


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
282,004
of 301,472

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,293

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,655

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I improve my code?
%Step1:Load a dataset load thyroid_dataset; inputs = thyroidInputs; targets = thyroidTargets; %Step2:create...

7 years ago | 0 answers | 0

0

answers

Question


what is the problem in here
for k = 1:1 b = boundaries(k); plot(b(:,2),b(:,1),'g','Linewidth',3); end Base on the code and i get error...

7 years ago | 1 answer | 0

1

answer

Question


How can I count the number of trees ?
<</matlabcentral/answers/uploaded_files/130196/plantation.jpg>> For the tree counting I only need whole tree will be counted ...

7 years ago | 0 answers | 0

0

answers

Question


How can I improve my images and become clear
I = im2double(imread('ultrasound.jpg')); I = rgb2gray(I); PSF = fspecial('motion',10,30); V = .5; WT = zeros(size(...

7 years ago | 1 answer | 0

1

answer