erfc with complex number
    27 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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?
0 commentaires
Réponse acceptée
  Matt Fig
      
      
 le 10 Mai 2011
        14 commentaires
  Walter Roberson
      
      
 le 5 Fév 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.
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Logical dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

