Versions Compared

Key

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

...

Code Block
titleu.m
function [a, b, c] = u()
    a = 50;
    b = 7;
    c = 1000;
end 

 

Videoforklaring (

...

7:

...

31)

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

Svar

Expand
titleHvis du har prøvd selv, trykk her for å se svaret...
Code Block
x =
    50
ans =
    50
x =
    50
y =
     7
x =
    50
y =
     7
z =
        1000