MATLAB
ROUNDING
- ceil()
- floor()
- fix()
- round()
INPUT OUTPUT
rand() command
- what does rand command do?
- use:
- how to get larger values
- creating square matrices
randi() command
- what does randi command do?
- use:
- how would you request random integers between two specific limits?
- Creating matrices
- Creating matrices with 2 sepcific limits
input() command