Feeds
提问
different minimum result of convex function by using fminsearch
A function which I used is already proved as a convex function. 1. initial point = [0,0,0,0,0,0] myfun = @(x)(.........
9 years 前 | 1 个回答 | 0
1
个回答提问
function_handler matrix
for i = 1:1:3 px(i) = @(x) x(i); py(i) = @(x) x(i+3); end Then the error occurs: Error using horzcat Nonsc...
9 years 前 | 1 个回答 | 0
1
个回答提问
cell entry-function_handler calculation
In matrix 'px' store the x-coordinate of P12, P13.(just points) px{1} = @(x) x(1); %xp12 px{2} = @(x) x(2); %xp13 A...
9 years 前 | 2 个回答 | 0

