matlab Flashcards

1
Q

what is a script in matlab?

A

a file containing multiple commands which will be executed one by one

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

how do you look up documentation in matlab?

A

click on the documentation button and search

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

what is the command to convert an interger into a str and a number into a string?

A

int2str() and num2str()

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

what are the comparison and boolean operators in matlab?

A

comparisons: >,>=,

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