Other questions in this quiz

2. which of the following is false about the mathscript node

  • can write code straight into it
  • can import code into it
  • blue code is unknow code
  • debugging tools can be used

3. what will return from: a=(3,0,7,9,0,1,3,8) z=find (a>3)

  • z=(0,0,1,1,0,0,0,1)
  • (3,4,8)
  • z=(3,4,8)
  • z=(7,9,8)

4. what is this symbol used for...'

  • change a value in a matrix
  • transpose a matrix
  • create a new line in a matrix

5. how would you change a value in matrix z in the second row and third column to the value

  • z(2,3)=6
  • z=[2,3]
  • 6=z(2,3)
  • z(3,2)=6

Comments

No comments have yet been made

Similar Engineering resources:

See all Engineering resources »See all coding resources »