From: Agostino De M. <ago...@un...> - 2014-08-18 22:46:20
|
Hi Ivo, I'm glad you are interested in JSBSim-Matlab. The webpage http://jsbsim.sourceforge.net/matlab.html is obviously a place to go and have a look at what has been done. Bear in mind that the JSBSim code that has been used there is outdated. For example, the current version of JSBSim uses a sligtly more articulated mechanism to propagate the simulation in time. But if you are willing to develop you should acquire some familiarity with the C++ language (sorry). You can take this as a kind of 'technical challenge', at least it was to me when I wanted to learn the details of JSBSim some time ago. That said, I inform you that recently I've revamped my original code (that dates back to 2008) on wich the JSBSim-Matlab-Simulink code is based. The idea is again to build a mex file, named MexJSBSim.mexw64 on Win64. The Mex-function exposes JSBSim internals to the Matlab environment. The open repository of this project is here: https://bitbucket.org/agodemar/jsbsimmatlab You'll find the C++ code of the JSBSim-to-Matlab interface in /JSBSimMatlab/JSBSimInterface.h /JSBSimMatlab/JSBSimInterface.cpp Good luck, Agostino ------------------------------------------------------- Agostino De Marco, PhD Assistant Professor of Flight Mechanics Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Industriale - Sezione Aerospaziale Aircraft Design & AeroFlightDynamics Group (ADAG) ** University of Naples Federico II ** Department Industrial Engineering - Aerospace Division ** Aircraft Design & AeroFlightDynamics Group Web 1: www.dii.unina.it Web 2: www.adag.unina.it ------------------------------------------------------- Ivo Pires <pir...@gm...> ha scritto: > Hi, > > I am Ivo Pires from Portugal and I'm an aerospace engineer. > I've been working in aviation maintenance related activities but I'd like > to embrace a more technical challenge (for instance, as an opensource > developer) to have some fun and to learn/remind somethings. > > I came across JSBSIM and found it interesting, therefore I'd like to learn > a little bit more about it. > I am familiar with matlab and with C language (unfortunately not with C++) > so I think that maybe it would be easier for me, and more "time-effective", > to try to figure out how the Matlab version of JSBSIM works. > > I don't no if you have a better suggestion for my early steps, but I think > that it would be interested for me to "play" a little bit with the existing > Matlab code and after that try to start to develop something. > Any instructions "for dummys" alike, so that I may start to climb the > ladder? > > Best regards, > Ivo > ---- 5x1000 AI GIOVANI RICERCATORI DELL'UNIVERSITÀ DI NAPOLI Codice Fiscale: 00876220633 www.unina.it/Vademecum5permille |