Interface to Matlab

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Claire Mouton

    Interface to Matlab

    Hi,

    I would like to call Python functions from Matalab.
    How could I find an interface from Matlab to Python?

    Cheers,
    Claire
  • Daniel

    #2
    Re: Interface to Matlab

    On Oct 17, 8:48 am, Claire Mouton <Claire.Mou...@ inria.frwrote:
    Hi,
    >
    I would like to call Python functions from Matalab.
    How could I find an interface from Matlab to Python?
    >
    Cheers,
    Claire
    Hey,

    Have you looked at
    Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.

    and http://matplotlib.sourceforge.net/

    They do an awful lot of what matlab does.

    Also, I think that Matlab's perferred language is Java. Anyway,
    googling brings up these:



    I just googled "python matlab" and "java matlab"

    Daniel

    Comment

    • Lawrence D'Oliveiro

      #3
      Re: Interface to Matlab

      In message
      <944ecfcf-635b-441f-9e8c-a68918f53e72@u4 0g2000pru.googl egroups.com>, Daniel
      wrote:
      Have you looked at
      Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.

      and http://matplotlib.sourceforge.net/
      >
      They do an awful lot of what matlab does.
      This one <http://www.sagemath.or g/I think rolls them all up into a package
      that does even more.
      Also, I think that Matlab's perferred language is Java.
      It has its own built-in language (good for some things, crappy for others),
      though no doubt it's been making more use of Java over the years.

      Comment

      • Daniel

        #4
        Re: Interface to Matlab

        On Oct 17, 2:26 pm, Lawrence D'Oliveiro <l...@geek-
        central.gen.new _zealandwrote:
        In message
        <944ecfcf-635b-441f-9e8c-a68918f53...@u4 0g2000pru.googl egroups.com>, Daniel
        wrote:
        >
        Have you looked at
        Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.

        andhttp://matplotlib.sour ceforge.net/
        >
        They do an awful lot of what matlab does.
        >
        This one <http://www.sagemath.or g/I think rolls them all up into a package
        that does even more.
        >
        Also, I think that Matlab's perferred language is Java.
        >
        It has its own built-in language (good for some things, crappy for others),
        though no doubt it's been making more use of Java over the years.
        The Matlab interpreter is written in Java:


        Daniel

        Comment

        • Lawrence D'Oliveiro

          #5
          Re: Interface to Matlab

          In message
          <32ca2b84-7072-4ad7-8fc3-cad3e4b1e2a3@l3 3g2000pri.googl egroups.com>, Daniel
          wrote:
          On Oct 17, 2:26 pm, Lawrence D'Oliveiro <l...@geek-
          central.gen.new _zealandwrote:
          >>
          >In message
          ><944ecfcf-635b-441f-9e8c-a68918f53...@u4 0g2000pru.googl egroups.com>,
          >Daniel wrote:
          >>
          >>Also, I think that Matlab's perferred language is Java.
          >>
          >It has its own built-in language (good for some things, crappy for
          >others), though no doubt it's been making more use of Java over the
          >years.
          >
          The Matlab interpreter is written in Java:
          http://www.cs.princeton.edu/introcs/11matlab/
          MATLAB started out as a FORTRAN program.

          Comment

          Working...