Changes¶
- Fix a memory corruption with matlab >= 2017a
- Fix a typo causing spurious error messages in genomixd ("key argv not known in dictionary").
- In simulink blocks, check that the given port/service names are valid for the loaded component (#122).
Download¶
matlab-genomix-1.7.1.tar.gz
Changes¶
- Split the 'triggered' option in simulink blocks into 'level' and 'rising edge'
- Fix a bug regarding int to enum conversion in simulink blocks
Download¶
matlab-genomix-1.7.tar.gz
Changes¶
- Handle empty strings in mxArray to JSON conversion
- Handle enums in the simulink blocks inputs/outputs
- Fix error message reporting to simulink (use heap storage)
Download¶
matlab-genomix-1.6.tar.gz
Changes¶
- Fix connection with components started with a different instance name
- Fix the json conversion of matlab doubles when expecting integers
Download¶
matlab-genomix-1.5.1.tar.gz
Changes¶
- Fixed a few issues with closed connections, sometimes crashing matlab
- Fixed the behaviour of the 'trigger' input port of simulink genomix blocks
- Added a GUI slot allowing to specify a component instance name to connect to
Download¶
matlab-genomix-1.5.tar.gz
Changes¶
- Consistently manage json arrays as 1xn matlab cell arrays
- Create empty cell array instead of empty struct to map the 'null' json token
- Sprinkle a few extra error messages for some error cases
- Fix serveral issues (including a matlab crash) when http data is received in multiple chunks
Download¶
matlab-genomix-1.4.tar.gz
Changes¶
- Bug fixes regarding interactive argument parsing for array types
- Fix a typo in the genomix_rqst simulink block prevent from actually sending request arguments
Download¶
matlab-genomix-1.3.tar.gz
Changes¶
- Add simulink blocks for reading port and sending requests
- Add a simulink execution pacer block ("real-time" block)
Download¶
matlab-genomix-1.2.tar.gz
Changes¶
- Support matlab R2012b
- A bunch of various optimization improving responsiveness of request sending.
- Support 'fire & forget' mode for sending requests.
- Win64 support, a precompiled Toolbox for windows is available.
- Minor bug fixes.
Download¶
matlab-genomix-1.1.tar.gz