photo

trung duc


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
operator .* is not supported for operands of type function_handle
clc;clear; x = [0.1,0.1]'; k = 1; alpha = 0.5; A = []; while k < 7000 f = @(x) cost(x); A = @(x) [A;x' f]; ...

2 years ago | 0