CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    67

    Passing a C function, routine or programme for use in Matlab

    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?


  2. #2
    Join Date
    Jun 1999
    Posts
    143

    Re: Passing a C function, routine or programme for use in Matlab

    Did you find an answer to this? I would like to do the samething.


    Thanks,
    -d


  3. #3
    Join Date
    Mar 2001
    Posts
    67

    Re: Passing a C function, routine or programme for use in Matlab

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured