Borrar filtros
Borrar filtros

erfc with complex number

18 visualizaciones (últimos 30 días)
rahman
rahman el 10 de Mayo de 2011
Comentada: Dilip Jose el 13 de Feb. de 2020
Hi all
I want to compute erfc(.) of a complex number. How can I do that? Is there any way to use erfc(.) of matlab?

Respuesta aceptada

Matt Fig
Matt Fig el 10 de Mayo de 2011
A quick search of the FEX turned up these two. There may be others...
  14 comentarios
Walter Roberson
Walter Roberson el 5 de Feb. de 2020
To check, you have
d2=(8*m^3/2);
Is it possible that that should be
d2=(8*m^(3/2));
The current expression would be equivalent to the clearer
d2=4*m^3;
Or even 8/2 instead of 4 if that somehow made documentation sense. With the /2 where it is and with the leading multiplier already even, people are going to wonder.
Dilip Jose
Dilip Jose el 13 de Feb. de 2020
thank you so much sir ...got some results...hope the best.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by