Resuelto


Find Logic 5

casi 6 años hace

Problema


Find Logic 5

casi 6 años hace | 0 | 68 solvers

Resuelto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

casi 6 años hace

Resuelto


pressure to dB?
given x ratio of pressure, find corresponding y dB

casi 6 años hace

Resuelto


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

casi 6 años hace

Resuelto


Matlab Basics II - Log and natural log
Write a function that calculates the difference between the log and natural log of a vector, to two decimal places example: ...

casi 6 años hace

Resuelto


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

casi 6 años hace

Resuelto


Min of a Matrix
Return the minimum value in the given matrix.

casi 6 años hace

Resuelto


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

casi 6 años hace

Resuelto


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

casi 6 años hace

Resuelto


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

casi 6 años hace

Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

casi 6 años hace

Resuelto


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-D...

casi 6 años hace

Resuelto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

casi 6 años hace

Resuelto


Find Logic 4

casi 6 años hace

Problema


Find Logic 4

casi 6 años hace | 5 | 516 solvers

Resuelto


Find Logic 3

casi 6 años hace

Problema


Find Logic 3

casi 6 años hace | 3 | 442 solvers

Resuelto


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

casi 6 años hace

Resuelto


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

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

casi 6 años hace

Resuelto


Find Logic 2

casi 6 años hace

Problema


Find Logic 2

casi 6 años hace | 0 | 80 solvers

Resuelto


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

casi 6 años hace

Resuelto


Find Logic 1

casi 6 años hace

Problema


Find Logic 1

casi 6 años hace | 6 | 453 solvers

Resuelto


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...

casi 6 años hace

Resuelto


Find the logic
There exists one logic in between input and output. Find it (easy math). Example 1: x=13 then y=339; Example 2: x=26...

casi 6 años hace

Cargar más