Hello, I have the objective function and I want to minmize this gradiant. e is a vector of ones and y is a vector of size . The . I want find that minmize this objective function. Here is my attempt:
y = rand(1000, 1); % Random target values e = ones(size(y)) global y
My target function is :
function gradient = gradient(h) global y gradient = 2 * (h*ones(size(y)) - y); end
and then calling the function into fminsearch to get the result by :
mu_y = fminsearch( @(h)gradient(h),0);
and I got the error massage :
>> mu_y = fminsearch( @(h)gradient(h),0); Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1000-by-1. Error in fminsearch (line 201) fv(:,1) = funfcn(x,varargin{:})
Can someone please help in this problem thanks.
gradient = 2 * (h*ones(size(y)) - y);
gradient = sum(2 * (h*ones(size(y)) - y).^2);
numel(y)*4*h == 4*sum(y) ---> h = sum(y)/numel(y) --> h = mean(y)
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.