matlab 2.2 Flashcards

1
Q

‘r’ permission

A

open file for reading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

‘w’ permission

A

open file for writing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

‘r+’ permission

A

open (do not create) file for reading and writing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

debugging code

A

set breaking point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

user defined function file

A

filename is the name of the funtion .m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

do you have to define input and output for user defined functions?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

function call

A

out = funHandle(input)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

while vs for loop

A

while loop operates as long as statement is true, for operates for a certain number of executions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly