Add second year
This commit is contained in:
8
second/semester2/CT248/Assignments/Assignment-02/Lab1.m
Normal file
8
second/semester2/CT248/Assignments/Assignment-02/Lab1.m
Normal file
@ -0,0 +1,8 @@
|
||||
clear;
|
||||
d = roll_2_dice(10000, 100);
|
||||
[freq, prop] = tabulate_2_dice(d);
|
||||
|
||||
disp(freq);
|
||||
disp(prop);
|
||||
|
||||
|
Reference in New Issue
Block a user