How to write a circuit value whit complex numbers

1 view (last 30 days)
Can someone help me?
I need to write this in matlab:
I= 220 cos(50t+30)/52.4 = 4.2 cos(50t+30)
Bit i have no idea also 220cos its complex number of a circuit

Answers (1)

Voss
Voss on 10 Mar 2023
I = 220*cos(50*t+30)/52.4;

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!