Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hva skrives ut hvis vi kjører scriptet "oppgave_4.m"?

Code Block
languagenone
titleoppgave_4.m
x = g
y = @g
x = y
x = y() 

...