Symbolic imaginary number conversion
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I use the solve command, and get an imaginary result. How do I convert that to numeric form. Real numbers can be converted using double(), but it gives me an error when the number is imaginary.
Thanks,
Chris
0 comentarios
Respuesta aceptada
Sean de Wolski
el 29 de Jun. de 2011
double(real(sym(3+4i)))
Extract the real component only.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!