photo

Michael Hubatka


Plexim GmbH

Last seen: 2 meses hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

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

Estadística

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

Ver insignias

Feeds

Ver por

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

alrededor de 1 año hace | 0

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

más de 2 años hace | 0

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

más de 2 años hace | 0