Community Profile

photo

Erwin Torreao Dassen


Active since 2013

Followers: 0   Following: 0

Message

Mathematician working in R&D.
Professional Interests: statistical modeling, cryptography, control theory, quantum computing

Statistics

All
  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Answered
Using Simulink Coder to build models using OPC toolbox blocks '.TLC files missing'
I'm having the same problem, although I admit I'm new to using the RTW... Any help here would be welcome.

10 years ago | 0

Submitted


Multidimensional path-generator
This script is a general purpose multidimensional path generator algorithm.

10 years ago | 2 downloads |

Question


Is there support in Matlab 2012b and up for using Bus objects in a level-2 M S-function??
Is there support in Matlab 2012b and up for using Bus objects in a level-2 M S-function?? If not, any work-around possible to...

10 years ago | 1 answer | 0

1

answer

Answered
S-function 2 dimension Dwork?
Humm... I was also needing this. Elsewhere in Simulink when specifying dimensions one can use an array like [2 3] to specify a 2...

10 years ago | 1

Question


Is there Simulink support for cubieboard as embedded target?
Ideally I would like to run Simulink models in my cubiboard in HIL (hardware in the loop) mode but external mode is also desirab...

10 years ago | 1 answer | 0

1

answer

Answered
Why is my variable not staying updated in Simulink
Is this a custom matlab function block? In that case try declaring the variable persistent. (UPDATED)

11 years ago | 0

Submitted


LAI
A linear algebra over the integers package based on layered lattices.

11 years ago | 1 download |

Answered
How to use classes as Simulink lvl 2-M S-function custom-blocks?
Solved in the comments above. Main points: 1) someclass has to be a subclass of handle class so as to have data persistenc...

11 years ago | 0

| accepted

Question


How to use classes as Simulink lvl 2-M S-function custom-blocks?
I'm developing a Simulink model that has to access our library of Matlab classes. Although it should be, as of now, AFAIK, Simul...

11 years ago | 1 answer | 0

1

answer