Results 1 to 8 of 8

Thread: Qt + Matlab

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2008
    Posts
    132
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default Re: Qt + Matlab

    You should be able to merge Matlab with Qt in the same way that you would normally merge it with C++. There is some good tutorials on this topic, can't find it now. You will start a matlab instance from your code and from there on you can pass values to the interpreter and read values back from the interpreter. You can also run the .m script in the interpreter and then get the results back.

    Hope this helps.

  2. #2
    Join Date
    Feb 2009
    Posts
    32
    Thanks
    3
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Qt + Matlab

    How can i configure qtcreator for run all file... matlab use mbuild for compile


    how change the compiler from g++ to mbuild ??
    Last edited by zeeb100; 24th February 2009 at 14:48.

Similar Threads

  1. How to deploy QT with matlab?
    By amagdy.ibrahim in forum Installation and Deployment
    Replies: 6
    Last Post: 3rd July 2008, 15:17
  2. Like Matlab
    By Colx007 in forum Qt Programming
    Replies: 10
    Last Post: 23rd April 2008, 06:07
  3. Introducing ChainLink: Matlab-style GUI for Qt4 developers
    By magland in forum Qt-based Software
    Replies: 9
    Last Post: 19th December 2007, 04:56
  4. C mex in MATLAB and the commenting
    By Masih in forum General Programming
    Replies: 1
    Last Post: 22nd August 2007, 22:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.