Resuelto


Half-Swap
Given a vector with an even number of elements, rearrange it so that the elements in its first half are switched with those i...

3 meses hace

Resuelto


Swap between columns
The idea is to swap between second and second last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

3 meses hace

Resuelto


Swap between first and last
The idea is to swap between first and last row Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

3 meses hace

Resuelto


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

3 meses hace

Resuelto


Swap between rows
The idea is to swap between second and second last row Ex = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5; 1 2 3 4 5; ...

3 meses hace

Resuelto


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

3 meses hace

Resuelto


Compute the missing quantity among P, V, T for an ideal gas
Consider 100 mol of helium gas at a certain pressure (P), volume (V), and temperature (T). Assuming that the ideal gas law appli...

3 meses hace

Resuelto


What gear ratio does the cyclist need?
A cyclist (perhaps including our famed Codysolver the cyclist <http://www.mathworks.com/matlabcentral/cody/players/1841757-the...

3 meses hace

Resuelto


Find Logic 4

3 meses hace

Resuelto


Find Logic 6

3 meses hace

Resuelto


Find Logic 7

3 meses hace

Resuelto


Find Logic 1

3 meses hace

Resuelto


Find Logic 3

3 meses hace

Resuelto


Find Logic 8

3 meses hace

Resuelto


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

3 meses hace

Resuelto


Find Logic 10

3 meses hace

Resuelto


Find Logic 11

3 meses hace

Resuelto


Find Logic 12

3 meses hace

Resuelto


Find Logic 13

3 meses hace

Resuelto


Find Logic 15

3 meses hace

Resuelto


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

3 meses hace

Resuelto


Find Logic 16

3 meses hace

Resuelto


Find Logic 17

3 meses hace

Resuelto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

3 meses hace

Resuelto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

3 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

3 meses hace

Resuelto


Find the max element of the array
Find the max element of the array

3 meses hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 meses hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

3 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

3 meses hace

Cargar más