Statistics
All
RANK
4,918
of 295,467
REPUTATION
10
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
5
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
problem with the rank of controllability of a system
I have this system given below A=[-3.87695312500000e-06,-0.000377259521484375,-1.54541015625000e-06,-2.47435565751281e-05,0; ...
2 years ago | 1 answer | 0
1
answerSolved
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
3 years ago
Answered
Why is Simulink browser blank?
Faced the same issue for 2021a and 2020b. Added this phrase to shortcut target "-softwareopengl" and it worked for me.
Why is Simulink browser blank?
Faced the same issue for 2021a and 2020b. Added this phrase to shortcut target "-softwareopengl" and it worked for me.
3 years ago | 5
Question
Model Predictive Control with Integral Action
When tracking a state of a linear model to a non zero value, does the mpcDesigner inherently augument an intergal action respect...
4 years ago | 0 answers | 0
0
answersSolved
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
7 years ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
7 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
7 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
7 years ago