Simscape component, can not use coth()
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Lukas Domenig
el 29 de Abr. de 2021
Respondida: David John
el 3 de Ag. de 2021
Hello,
I am trying to implement the Jiles-Atherton-Model by using simscape custom components. The problem is that I can not use coth() in the .ssc file? Is this not possible or is there any trick to use it?
Kind regards,
Lukas
0 comentarios
Respuesta aceptada
David John
el 3 de Ag. de 2021
I don't think that coth() is supported, but tanh() is, so you can use coth(x)=1/tanh(x) if that can work for you.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Composite Components 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!