Help with the erfc function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
DEWDROP
el 17 de Jun. de 2020
Comentada: Ameer Hamza
el 18 de Jun. de 2020
i am trying to use the ficks law which has erfc fuction and i am having trouble in defining the function.ERROR WHILE RUNNING THE ATTACHED CODE.THANK YOU IN ADVANCE!!!
0 comentarios
Respuesta aceptada
Ameer Hamza
el 17 de Jun. de 2020
This is not a correct MATLAB syntax
erfc*(0.2/X3)
Function should be called like this
erfc(0.2/X3)
2 comentarios
Ameer Hamza
el 18 de Jun. de 2020
I think this must be some other issues in the code. erfc() should be working fine.
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos 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!