photo

trung duc


Last seen: meer dan 2 jaar 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]; ...

meer dan 2 jaar ago | 0