|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 |
| Sponsored Links |
|
|
|
|||||
|
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert your photoshop document to a CSS in less than 30 seconds | clookid | Photoshop Tutorials | 17 | 06-04-2008 11:36 AM |
| Basic Calculator | AfTriX | VB Tutorials | 3 | 02-29-2008 08:53 AM |
| Please Help With A C Program!! | siren | C and C++ | 7 | 04-17-2007 08:45 AM |
| calling C script from via Matlab | rattlepanos | C and C++ | 3 | 02-16-2007 11:06 AM |
| chili5 | ........ | |
| TcM | ........ | |
| z-e-o | ........ | |
| administrator | ........ | |
| smheist | ........ | |
| Jordan | ........ | |
| phpforfun | ........ | |
| Jaan | ........ | |
| John | ........ | |
| ShortCircuit | ........ |
Goal: 100,000 Posts
Complete: 67%