Changes between Initial Version and Version 1 of Ticket #5927, comment 17
- Timestamp:
- 2020-05-06T21:50:25Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5927, comment 17
initial v1 1 I also just realized a fundamental flaw in this ... the generated code will never be actually executable since there is nothing inbetween. The variable `x( 0)` that gets aliased by something else just does not exist without the state space system. I guess the solver could be added by hand but there is something matlab internal that can be used. I fiddled a little bit with it and this is what i came up with:1 I also just realized a fundamental flaw in this ... the generated code will never be actually executable since there is nothing inbetween. The variable `x(1)` that gets aliased by something else just does not exist without the state space system. I guess the solver could be added by hand but there is something matlab internal that can be used. I fiddled a little bit with it and this is what i came up with: 2 2 3 3 Original model: