I have a short question: I would like to call the matlab fuction ifft from c code (inverse fast fourier transform)
I was trying to understand the matlab api for c , but I could not find any example on how to pass the arguments or how to call an internal fuction of matlab within c code
any hint will be greatly appreciated !
Julia