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

    Calling C# methods from a matlab script

    Hello

    How can a method in C# be called from matlab, and how can some parameters be passed to C# methods from matlab? Is there a good and simple example on internet?

    Tunc

  2. #2
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Calling C# methods from a matlab script

    There are lots of options;
    Web Services
    Console Application

    what are the requirements?
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

  3. #3
    Join Date
    Dec 2012
    Posts
    4

    Re: Calling C# methods from a matlab script

    I wanted to use matlab to run a .NET calculation engine for simulation purposes.

    Calculation engine represents a complex analytical relationship like predictions based on some historical data. Matlab calls the calculation engine by passing varied parameter values (like value drivers in a financial plan).

    The results are passed from the calculation engine back to matlab which can present them to users visually with graphs.

    In the meanwhile, I've made some research and found a solution myself which is presented here:
    Calling calculation engine from matlab?

Tags for this Thread

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