photo

Michael Hubatka


Plexim GmbH

Last seen: 2 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

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

查看徽章

Feeds

排序方式:

已回答
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....

1 year 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0