Community Profile

photo

Amine


Last seen: alrededor de 1 año hace Con actividad desde 2014

Estadísticas

All
  • Thankful Level 1
  • Commenter
  • Promoter
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


Why LMI does not returne a positive matrix?
Hello! I have the following LMI problem: AX-BL+XA'-L'B'>0 And X>0 Wher...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

casi 9 años hace

Pregunta


How to get state vector from the State-space block in Simulink?
Hello! I have a state-space block in Simulink and I want to extract the state vector in order to visualize it on scope. Is ther...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Sliding Mode Control for LTI systems?
Hello! Is there any possibility to establish a SM Controller for a linearized uncertain system? Any help, Ideas and _examples_...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Bruh
Return 'bruh'.

casi 9 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 9 años hace

Resuelto


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

alrededor de 9 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

alrededor de 9 años hace

Resuelto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

casi 10 años hace

Resuelto


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

casi 10 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

casi 10 años hace

Resuelto


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

casi 10 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

casi 10 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 10 años hace

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

casi 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 10 años hace