Check if a number is complex with MEX.

Hi!
I would like to test if a number is complex. With Matlab I can do that using the function imag
imag(x)!=0 .
How can I do that using a mex file?
Thank you very much.

Answers (1)

Though it is late adding for future reference,
Yes we can verify by using "mxIsComplex(<pointer>)".
Thanks

Categories

Tags

Asked:

Fio
on 4 Apr 2014

Answered:

on 19 Nov 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!