已解决


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

25 days 前

已解决


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

25 days 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

25 days 前

已解决


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

26 days 前

已解决


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

26 days 前

已解决


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...

26 days 前

已解决


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

26 days 前

已解决


Reverse a matrix
Its simple. You have to reverse a given matrix.

26 days 前

已解决


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

26 days 前

已解决


Draw a '9' in a zero matrix!

26 days 前

已解决


Draw a '8' in a zero matrix!

26 days 前

已解决


Draw a '7' in a zero matrix!

26 days 前

已解决


Draw a '6' in a zero matrix!

26 days 前

已解决


Draw a '5' in a zero matrix!

26 days 前

已解决


Draw a '4' in a zero matrix!

26 days 前

已解决


Draw a '3' in a zero matrix!

26 days 前

已解决


Draw a '2' in a zero matrix!

26 days 前

已解决


Draw a '1' in a zero matrix!

26 days 前

已解决


swap sign sum & multiply castles
It is an easy problem, if you know the answer. Given a square matrix of NxN ordinary numbers. Initially place N identical indi...

26 days 前

已解决


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

26 days 前

已解决


Flip the diagonal values
Write a program that flip the elements of main diagonal , upper and lower diagonal values of a sqare matrix. For example if a ...

26 days 前

已解决


Find Logic 6

26 days 前

已解决


Find Logic 4

26 days 前

已解决


Find Logic 3

26 days 前

已解决


Find Logic 1

26 days 前

已解决


Find Logic 19

26 days 前

已解决


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

26 days 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

26 days 前

已解决


Laws of motion 6

26 days 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

26 days 前

加载更多