Feeds
질문
Why does it give the error: Undefined function or variable 'arctanh'. Is there another way to use arctanh for my hyperbolic function?
function calc_vel = freefalljumper(in_mass, in_time, in_drag) grav = 9.8; b = 0.425; init_vel = 0; calc_vel = sqrt(in_mas...
7년 초과 전 | 답변 수: 1 | 0
