Feeds
질문
How can I improve my code?
%Step1:Load a dataset load thyroid_dataset; inputs = thyroidInputs; targets = thyroidTargets; %Step2:create...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0

