Community Profile

photo

Michael Hubatka


Plexim GmbH

Last seen: ein Tag vor Aktiv seit 2012

Followers: 0   Following: 0

Kontakt

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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 Monate vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0