photo

Stephen


USEUCOM

Last seen: 4 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Message

Statistiques

Cody

0 Problèmes
1281 Solutions

RANG
N/A
of 300 364

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
68
of 168 407

CONTRIBUTIONS
0 Problèmes
1281 Solutions

SCORE
14 691

NOMBRE DE BADGES
43

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Leader
  • Speed Demon
  • Functions I Master
  • Draw Letters
  • ASEE Challenge Master
  • Matrix Patterns III Master
  • Magic Numbers II Master
  • Project Euler I
  • Cody5 Easy Master
  • Scholar
  • Tiles Challenge Master
  • Strings III Master

Afficher les badges

Feeds

Afficher par

A résolu


Find terms in the Connell sequence

environ 5 ans il y a

A résolu


Satellite Orbit Altitude
*Satellite and Space Engineering - Problem #4* _This is part of a series of problems looking at topics in satellite and space...

plus de 5 ans il y a

A résolu


Find the next binary palindrome number
We all know, a *palindrome* is nothing but a number or character which remains the same after the forward or backward alteration...

plus de 5 ans il y a

A résolu


Calculate the volume of a cone
Calculate the volume of a cone given an array containing one column of radii and one column of the height of the cone. * Reme...

plus de 5 ans il y a

A résolu


Sort even numbers from 1 to 100
Sort even numbers from 1 to 100 for ex: x=1:100

plus de 5 ans il y a

A résolu


Times 6
Try out this test problem first. Given the variable x as your input, multiply it by six and put the result in y. Examples:...

plus de 5 ans il y a

A résolu


Times 7
Try out this test problem first. Given the variable x as your input, multiply it by seven and put the result in y. Example...

plus de 5 ans il y a

A résolu


Times 8
Try out this test problem first. Given the variable x as your input, multiply it by eight and put the result in y. Example...

plus de 5 ans il y a

A résolu


Times 9
Try out this test problem first. Given the variable x as your input, multiply it by nine and put the result in y. Examples...

plus de 5 ans il y a

A résolu


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

plus de 5 ans il y a

A résolu


Times 11
Try out this test problem first. Given the variable x as your input, multiply it by eleven and put the result in y. Exampl...

plus de 5 ans il y a

A résolu


Times 12
Try out this test problem first. Given the variable x as your input, multiply it by twelve and put the result in y. Exampl...

plus de 5 ans il y a

A résolu


Times 20
Try out this test problem first. Given the variable x as your input, multiply it by ninety and put the result in y. Exampl...

plus de 5 ans il y a

A résolu


Times 3
Try out this test problem first. Given the variable x as your input, multiply it by three and put the result in y. Example...

plus de 5 ans il y a

A résolu


union without repitition
Let a = [9 9 9 9 9 9 8 8 8 8 7 7 7 6 6 6 5 5 4 2 1] b = [1 1 1 3 3 3 3 3 4 4 4 4 4 10 10 10] Output should be [9 8...

plus de 5 ans il y a

A résolu


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

plus de 5 ans il y a

A résolu


edge detection
write a function that gives the indexes of rising or falling edge x is a vector (assume it contains always at least one eleme...

plus de 5 ans il y a

A résolu


Decide whether determinant is zero.
Given a 3 x 3 matrix, find the determinant. Let y = true if the determinant is zero, and let y = false if the determinant is no...

plus de 5 ans il y a

A résolu


Equidistant numbers containing certain value in an interval
Given a lower and upper bound of an interval, distance between numbers, and one particular number from that interval, create an ...

plus de 5 ans il y a

A résolu


Accessing elements on the diagonal
Access the diagonal elements of a matrix without 'diag' function

plus de 5 ans il y a

A résolu


Square wave average calculation
Given its peak and duty cycle, calculate avg value of square wave

plus de 5 ans il y a

A résolu


Find out Harmonic mean.
Find out Harmonic mean.

plus de 5 ans il y a

A résolu


Function composition - harder
Write a function that accepts an arbitrary number of function handles f_1, f_2, ..., f_n and returns the composition h. That is,...

plus de 5 ans il y a

A résolu


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

plus de 5 ans il y a

A résolu


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

plus de 5 ans il y a

A résolu


Reshape a Vector
Write a function that accept three inputs. The first one is a row vector S. The second and third arguments are m and n which de...

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


Figurate number triangle
Check whether the input matrix is a figurate number triangle: <http://mathworld.wolfram.com/FigurateNumberTriangle.html>

plus de 5 ans il y a

A résolu


Subtract two positive numbers
Given a and b as a string, return b-a without using string to number conversion functions. a and b must to be a same size and b ...

plus de 5 ans il y a

A résolu


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

plus de 5 ans il y a

Charger plus