Programming Languages:
Python, C++, C, Java, MATLAB
Spoken Languages:
English, German
Pronouns:
He/him
Python, C++, C, Java, MATLAB
Spoken Languages:
English, German
Pronouns:
He/him
Statistics
All
RANK
111,960
of 301,045
REPUTATION
0
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
18,682 of 21,156
REPUTATION
1
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
19
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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....
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....
2 years 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 ...
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 ...
4 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...
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...
4 years ago | 0




