A Domain Specific Aspect Language for Matlab
Autor: | Martins, Pedro |
---|---|
EAN: | 9783659324987 |
Sachgruppe: | Philosophie |
Sprache: | Englisch |
Seitenzahl: | 104 |
Produktart: | Kartoniert / Broschiert |
Veröffentlichungsdatum: | 24.01.2013 |
Untertitel: | Extending Matlab with Aspects |
49,00 €*
Die Verfügbarkeit wird nach ihrer Bestellung bei uns geprüft.
Bücher sind in der Regel innerhalb von 1-2 Werktagen abholbereit.
Although Matlab supports some useful features, such as allowing certain variables to represent different data types during runtime or enabling the same function to be called with different number of variables and types of arguments, truth is when a user wants to monitor variables or implement handlers to control certain behaviors, all these options are tedious, difficult to carry and make errors hard to control and avoid. Furthermore, every time a user needs to implement these features, he needs to both create new code and make intrusive changes in the old one. This project aims to embed aspect oriented features in Matlab, for help modeling and exploring certain features in a controlled manner, without intrusive code changes.