Thread Closed

Complex Number Representation in Matlab

 
Share Thread Thread Tools
Nov6-06, 09:17 PM   #1
 

Complex Number Representation in Matlab


Hey Everyone,

I cannot seem to find an way in Matlab to convert a number which has a real and imaginary part in cartesian form into polar form and then express the polar representation on the output.

Ex.

Convert
z=0.1602932442+0.8277219859*j

Into

0.8431<79.04 deg (without using my calc.)

Thanks
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Nov6-06, 09:26 PM   #2
 
Use abs(z) for the magnitude and angle(z) for the phase of z. Type "help abs" or "help angle" at the prompt for more help on these functions.
 
Thread Closed
Thread Tools


Similar Threads for: Complex Number Representation in Matlab
Thread Forum Replies
Complex representation of fourier series Engineering, Comp Sci, & Technology Homework 1
[SOLVED] Expanding a number in matlab and getting rid of e+003 how ? Math & Science Software 2
matrix representation of complex space Linear & Abstract Algebra 2
solving complex problem bu using matlab Math & Science Software 0
matlab perfect number problem Math & Science Software 1