Community Profile

photo

Josh


Last seen: 12 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


I am receiving an error message that there are not enough input arguments in my function f.
function [f, g] = rosenbrock(x) f = sum((1 - x(1:end-1)).^2 + 100*(x(2:end) - x(1:end-1).^2).^2); g = zeros(size(x)); g(1) = ...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten