Risolto


UICBioE240 problem 1.11
Store a series of numbers into a 4 by 4 matrix, starting with the first few positions going right and down, and leaving the rest...

circa 5 anni fa

Risolto


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

circa 5 anni fa

Risolto


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

circa 5 anni fa

Risolto


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

circa 5 anni fa

Risolto


Matrix convolution
A certain convolution step involves an elementwise multipication between two 3x3 matrices and taking the resulting sum of the el...

circa 5 anni fa

Risolto


Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (doub...

circa 5 anni fa

Risolto


Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two r...

circa 5 anni fa

Risolto


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

circa 5 anni fa

Risolto


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

circa 5 anni fa

Risolto


Logarithmically spaced vector creation using logspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Use the logspace operator.

circa 5 anni fa

Risolto


Logarithmically spaced vector creation using linspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linsp...

circa 5 anni fa

Risolto


Right shift an array n times with constant space.
Right shift an array n times with constant space, that is, no extra array can be used. Right shift operation: Last element com...

circa 5 anni fa

Risolto


Function - Cylinder Surface Area
The goal

circa 5 anni fa

Risolto


Find the number of days in a given year
Given a year number (eg. 2000) as input, find how many days are there in the given year.

circa 5 anni fa

Risolto


Find the sum of the following series
A(n)=(n*(n-1)!)/(n-2)!

circa 5 anni fa

Risolto


Count unique orderings of vertices of a polygon
Cody Problem 2671 asks us to determine whether four points can be the corners of a rectangle. The points are not necessarily inp...

circa 5 anni fa

Risolto


Create the flag of Ramumbia
The little known nation of Ramumbia has a very simple flag. It is made up of vertical stripes, Red, Green, Blue, that are equall...

circa 5 anni fa

Risolto


Sales Tax

circa 5 anni fa

Risolto


Sum the Infinite Series II
For any x in the range 0 < x and x < 2*pi radians, find the sum of the following infinite series: c = 1 + 1/2*cos(x) + 1/2*3...

circa 5 anni fa

Risolto


Count alternating permutations
In an alternating permutation of numbers 1 to n, the numbers are arranged so that they alternately increase and decrease. For ex...

circa 5 anni fa

Risolto


List the titles of Cody problems

circa 5 anni fa

Risolto


Solve an ODE: equation A

circa 5 anni fa

Risolto


Flip coins

oltre 5 anni fa

Carica altro