Community Profile

photo

Michael Hubatka


Plexim GmbH

Last seen: 4 days ago Active since 2012

Followers: 0   Following: 0

Message

Programming Languages:
Python, C++, C, Java, MATLAB
Spoken Languages:
English, German
Pronouns:
He/him

Statistics

All
  • First Submission
  • First Answer
  • Revival Level 1
  • First Review
  • Solver

View badges

Feeds

View by

Answered
Getting this error : Operator '==' is not supported for operands of type 'cell'. what should I do?
Use regular expressions, for example str2double(regexp("(1, 2)", "\d+", "match")) for integer only and str2double(regexp("(1....

10 months ago | 0

Answered
Maintaining C and D matrices when converting state space to discrete-time
I suggest that you use sysd1 = c2d(sys, Ts); % ZOH sysd2 = c2d(sys, Ts, 'tustin'); % tustin instead of extracting A, B, C, D ...

2 years ago | 0

Answered
Backward Eurler and Forward Eurler on matrices in matlab
First, make sure that eig(A) < 0 otherwise, the solution should in fact go to infinity. The real problem in your code is the...

2 years ago | 0