Matlab 1 assignment

.docx

School

Conestoga College *

*We aren’t endorsed by this school

Course

TCOMM8040

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

docx

Pages

5

Uploaded by DeaconFang13376 on coursehero.com

Introduction Exercise 1: Use MATLAB to evaluate. 5(3.9/1.24) + (2^3) [(90/15) – (2/1.5)] Exercises A=5*(3.9/1.24) +(2^3) Conclusion Ans= A=53.0591 Introduction Exercise 2: Use variables to evaluate the value of the expression r = 2.3. V = (4/3) π(r^3) Exercises 0 Wireless Networking Infrastructure – Conestoga College TCOM8000 – Telecommunications and Network Fundamentals
Introduction to MATLAB r=2.3; V= (4/3)*pi Conclusion Ans: V=50.9650 Introduction Exercise 3: Using format short e, evaluate the value of F = 1/ (2 π \sqrt (LC)) for values C = 1.2 pF and L = 3.4 µH. Exercises C = 1.2e-12 %capacitance in Pico farad; C = 1.2000e-12 >> L = 3.4e-6 %inductance in micro henry; Conclusion Ans: F=3.1106e +09 Introduction Exercise 4: Create a variable ‘I’ represent a vector with current values in the range of 0 A to 10A with step size of 0.25 A.
Introduction to MATLAB Exercises A=1; I =0*A:0.25*A:10*A Conclusion Introduction Exercise 5: Create a 3x5 matrix with random elements and access the (2x2) elements in the upper right-hand corner. Exercises A= [33 34 36 38 32; 13 14 17 15 19;22 25 27 26 28] B=A (1:2,4:5) Conclusion Introduction Exercise 6: Without using a for loop, calculate the sum of all prime numbers less than or equal to 100.  
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help