asciiasciiascii12345

Matlab Random Number Generator

Dec 13th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.06 KB | Source Code | 0 0
  1. num = randi([1, 10]); % adjust if necessary
  2. disp(num);
  3.  
  4.  
Advertisement
Add Comment
Please, Sign In to add comment