photo

trung duc


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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]; ...

oltre 2 anni fa | 0