Anybody got any experience with Matlab/Simulink?

Sharky Forums


Results 1 to 2 of 2

Thread: Anybody got any experience with Matlab/Simulink?

  1. #1
    Tiger Shark nova's Avatar
    Join Date
    Sep 2000
    Location
    Starkville, MS
    Posts
    811

    Question Anybody got any experience with Matlab/Simulink?

    Here's the deal.

    At work we are working on a way to interface a Garmin GNC 250XL GPS with a laptop and have it read data into Matlab. Currently we only have Matlab 5.3 so we are having to use Simulink as a patch to interface Matlab to the serial port and from there to the GPS.

    Here's where the problem lies. We havn't been able to figure out yet how to program an interface between the GPS and Simulink. Does anybody have any clue how this could be done or where I could find some Simulink code that could do this?

    Any help is appreciated.

  2. #2
    Reef Shark VisionGeek's Avatar
    Join Date
    Jul 2001
    Location
    CA
    Posts
    398
    You might want to consider using C or C++ to write the interface, if you have any experience with it. You can then use Matlab's mex function to compile and run the C code in Matlab.

    Don't know how to do it in Simulink, though, as I've never worked with it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •