Lec10: MATLAB: Elementary Math Functions -- Complex Functions

Опубликовано: 01 Июль 2026
на канале: NishantJainEducation
47
2

In this video you will be able to get the information about the usage of Complex Functions in MATLAB. You will learn the following:
1. Complex numbers and basic terminology related to it: Real part, imaginary part, magnitude and phase of complex number.
2. How to create complex numbers in MATLAB without inbuilt function and using inbuilt function complex.
3. How to determine magnitude of complex number using function abs.
4. How to determine phase of complex number using function angle.
5. How to convert radians into degree.
6. How to determine conjugate of a complex number mathematically and using MATLAB command conj.
7. How to determine real and imaginary component in a complex number.