Hva skrives ut hvis vi kjører scriptet oppgave_5.m?
oppgave_5.m
f = @(x) x + 3 f(2) == h(2)
function retur = h(x) retur = x + 3; end
f = @(x)x+3 ans = 1