Resuelto


Add 2 Vectors

alrededor de 1 año hace

Resuelto


Find Logic 2

alrededor de 1 año hace

Resuelto


Find Logic 27

alrededor de 1 año hace

Resuelto


add num
add two numbers a and b

alrededor de 1 año hace

Resuelto


sum numbers to some value n
sum of numbers up to a value n

alrededor de 1 año hace

Resuelto


Prime Number
Determine if a number is prime

alrededor de 1 año hace

Resuelto


Mode
Find the mode of a vector x

alrededor de 1 año hace

Resuelto


Subtraction
Given two numbers a and b subtract them

alrededor de 1 año hace

Resuelto


Multiplication
Given 2 numbers a and b mulitply them

alrededor de 1 año hace

Resuelto


Remainder
Given two number a and b find the remainder when you divide a by b

alrededor de 1 año hace

Resuelto


Add two numbers
Given two numbers a and b add them together

alrededor de 1 año hace

Resuelto


Division
Given two numbers a and b divide them a/b

alrededor de 1 año hace

Resuelto


Path calculation with polynomials
Let a vector x be the input to our function. 1. If a value of an input vector element x is lower than 0, set this value to 0....

alrededor de 1 año hace

Resuelto


Find maximum value of a curve
Two vectors shall be already defined: - Input vector x (e.g. x = 0:1:10) - Result vector y (e.g. y = sin(x)) Create a n...

alrededor de 1 año hace

Resuelto


Area-01
Given the radius of the circle inscribed in a square, find the area that is not bounded by the circle but inside the square. ...

alrededor de 1 año hace

Resuelto


Area-02
Given the radius of the circle inscribed in a square, find the area of the square that can be fitted perfectly in the corner. ...

alrededor de 1 año hace

Resuelto


Area-06
The length of the side of a square is given. Draw 4 quarter-circles inside the square from 4 corners with a radius equal to the...

alrededor de 1 año hace

Resuelto


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

alrededor de 1 año hace

Resuelto


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

alrededor de 1 año hace

Resuelto


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

alrededor de 1 año hace

Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

alrededor de 1 año hace

Resuelto


Check the 'golden prime squares' equation
Historical context In december 2023, I / Nicolas Douillet was working on prime squares properties and I found* the formula : ...

alrededor de 1 año hace

Resuelto


List even numbers whose Goldbach partition does not use the largest prime
The strong Goldbach conjecture says that every even number greater than 2 can be expressed as a sum of two prime numbers—that is...

alrededor de 1 año hace

Resuelto


Extra colors
Context In the RGB color system used by Matlab, the color is a 1 x 3 / row vector [R G B] with each value/component R, G, B in ...

alrededor de 1 año hace

Resuelto


Covering area
As an extension of the problem <http://www.mathworks.com/matlabcentral/cody/problems/416-polygon-area>, find the area, bounded b...

alrededor de 1 año hace

Resuelto


Area of polygon
Given the vertices in vectors X,Y, return the area of the polygon they define.

alrededor de 1 año hace

Resuelto


Find the Area of a Polygon
Consider 2-D geometry and assume that the points are given in form of rows of a matrix. Find the area of polygon enclosed by the...

alrededor de 1 año hace

Resuelto


Stuff the Board
You have a stack of tiles to put onto an array-like playing board. Each tile has a number (always an integer), and the board var...

alrededor de 1 año hace

Resuelto


surface areas of a cylinder
There are 3 inputs: option, radius and height. If option= '1', compute the lateral surface area of the cylinder, for option 2 ca...

alrededor de 1 año hace

Resuelto


Basic Quadratic Equation
Create the equation: y=(3x)^2+(5x)+35 and compute y for various values of x

alrededor de 1 año hace

Cargar más