... Electrical Engineering Department ECOM320 - Random Signals MatLab. Assignment 1 Introduction TO SETS AND PROBABILTIES Full 2012 In this experiment you will study: 1- Apply set theory and operation using Matlab. 2- Calculation of probability using Matlab. * Practice 1.1 [Operation on Sets] A=[2 4 5 7] ------------------------------------------------- A = ------------------------------------------------- ------------------------------------------------- 2 4 5 7 B=[3 4 7 8] ------------------------------------------------- B = ------------------------------------------------- ------------------------------------------------- 3 4 7 8 C = intersect(A,B) ------------------------------------------------- C = ------------------------------------------------- ------------------------------------------------- 4 7 D = union(A,B) ------------------------------------------------- D = ------------------------------------------------- ------------------------------------------------- 2 3 4 5 7 8 * Practice 1.2 [Set Identities] A=[2 4 5 7] ------------------------------------------------- A = ...
Words: 1252 - Pages: 6