Community Profile

photo

Matthias Scheuerer


Last seen: 17 days ago Active since 2018

Spoken Languages:
English, German
Pronouns:
He/him

Statistics

All
  • Explorer
  • First Review
  • Solver

View badges

Content Feed

View by

Question


How is a specified sample time handled in external mode
Hello, I am currently using the Arduino Engineering Kit with Simulink and I think it is a great way to develop practical skills...

3 years ago | 0 answers | 1

0

answers

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Answered
Best way to solve differential algebraic equations?
Matlab Support told me the solution: The problem is, that r(t) is a symbolic function, so r(0) returns a symbolic number. I use...

6 years ago | 0

| accepted

Answered
Best way to solve differential algebraic equations?
Hi Birdman, thank you for your suggestion. r(t) is already a symbolic expression in my script. I subsitute it with the expressi...

6 years ago | 0

Question


Best way to solve differential algebraic equations?
Hello, I went through the pendulum example about solving differential algebraic equations. The system in the example is an auto...

6 years ago | 2 answers | 0

2

answers