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
MATLAB Answers

3 Questions
4 Answers

File Exchange

2 Files

Cody

0 Problems
1 Solution

RANK
18,064
of 300,571

REPUTATION
2

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
7,542 of 21,027

REPUTATION
129

AVERAGE RATING
4.00

CONTRIBUTIONS
2 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
1257

RANK
112,563
of 169,680

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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:...

12 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.

12 years ago | 0

Submitted


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

12 years ago | 1 download |

4.0 / 5

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...

12 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...

12 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...

12 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)

12 years ago | 0

Submitted


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

12 years ago | 3 downloads |

0.0 / 5

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...

13 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...

13 years ago | 1 answer | 0

1

answer