Community Profile

photo

Hyeyun Yang


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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)(.........

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 2 answers | 0

2

answers