Re: pass complex array into matlab scrip

2004-03-15 Thread Jeremy Braden
The matlab script node does not take complex numbers.  You might try
passing two real arrays into the node--one for the real component and
one for the complex component.  Once inside you can try to merge the
arrays or just use the information separatly.  I do not have matlab so
I cannot offer example code.



pass complex array into matlab scrip

2004-03-13 Thread sammitp
Can someone tell me how to pass an array of complex double numbers
into a matlab script?
If you have an example script that executes certain built in Matlab
function that takes in an array of cpx numbers, please post it.
Thanks a bunch!
Ted