I have written this programme to generate a series a random numbers. I wish to pass this most probably as a library for use in Matlab. Is there any examples on how to do this?
Printable View
I have written this programme to generate a series a random numbers. I wish to pass this most probably as a library for use in Matlab. Is there any examples on how to do this?
Did you find an answer to this? I would like to do the samething.
Thanks,
-d
I did not manage to find a whole C function, but found something on interfacing with matlab, using C, then u could pass whatever data generated using matrices to matlab.
u can dl an example at this site.
ftp://ftp.mathworks.com/pub/tech-sup...lutions/s24783
Alternatively checkout your matlab help on interfacing with C.
Hope this helps.