Closed Thread
Results 1 to 3 of 3

Thread: Convert matlab code to C/C++ on Linux

  1. #1
    Kank is offline Newbie
    Join Date
    Sep 2007
    Posts
    1
    Rep Power
    0

    Convert matlab code to C/C++ on Linux

    Hi,

    I would like to convert my matlab code to C/C++. I've got some problems.

    1. In my matlab code, I have some differential/integral equations implemented by numerical math (e.g. euler method), so sampling time is specified easily. How can I convert these equations into C/C++ on Linux ? I do not know the sampling time and it has to work realtime.

    2. My work is to track a given trajectory, for example, I can give: x = cos(t) y = sin(t), t is time. So I can get point (x,y) at each time step. When I convert to C/C++ using time from Linux system, I cannot get the correct points on the trajectory.
    Also, in each loop in my program, there are some if/else conditions. The time taken in each case is not constant.

    I know someone can solve these problems easily. It happens all the time when we have to implement something in realtime systems.
    Could anyone please give me some suggestions?

    Thank you in advance.

    Kank

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143
    Unfortunately, you are talking about implementing Numerical Analysis, which can get rather messy in a hurry. If you do a search for numerical integeration you will probably find some results. You may also want to use YACAS to perform some of your work.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Patrick is offline Programmer
    Join Date
    Sep 2007
    Posts
    101
    Rep Power
    0
    I did what you said Mr. Winged but please tell me what is YACAS? Is there any other means through which I can solve the same problem?

    Waiting for your reply curiously.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Linux] Convert and then convert again and ...
    By sakishrist in forum C and C++
    Replies: 2
    Last Post: 06-19-2011, 12:19 PM
  2. How to convert C to C++ code ?
    By delphiproblematic in forum C and C++
    Replies: 11
    Last Post: 04-20-2010, 12:39 PM
  3. what is the problem with this matlab code?
    By onqun in forum General Programming
    Replies: 1
    Last Post: 03-30-2009, 04:14 AM
  4. Convert old code to New Classes.
    By Hawk1 in forum C and C++
    Replies: 2
    Last Post: 12-11-2008, 08:50 PM
  5. how to convert C code to HEX file
    By fysl in forum C and C++
    Replies: 6
    Last Post: 10-25-2008, 05:39 PM

Tags for this Thread

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