Complex Numbers in Matlab
Mostra commenti meno recenti
I have written the following code to find the nth roots of a complex number-
z = input('Enter complex number ')
n = input('Enter degree of root ')
P = -1;P(n+1) = z;
r = roots(P)
Any ideas on how I can now use this code to produce a polarplot of the roots produced? Thanks
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Lengths and Angles in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!