Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Hva skrives ut hvis vi kjører scriptet «oppgave_1.m»?

Code Block
languagenone
titleoppgave_1.m
strcmp('nei', 'nei')
'nei' == 'nei'
strcmp('nei', 'jo')
'nei' == 'jo' 

Videoforklaring (6:38)

Widget Connector
urlhttps://www.youtube.com/watch?v=fSUPI4OPhAs

Svar

Expand
titleHvis du har prøvd selv, trykk her for å se svaret...
Code Block
ans =
     1
ans =
     1     1     1
ans =
     0
Error using  == 
Matrix dimensions must agree.