Community Profile

photo

Kamran


Last seen: 7 months ago Active since 2017

Statistics

All
  • First Answer
  • Explorer
  • Solver

View badges

Content Feed

View by

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

answer

Solved


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

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

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

3 years ago | 0 answers | 0

0

answers

Solved


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

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

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

6 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:...

6 years ago