bainhome - MATLAB Central
photo

bainhome


NEU

Last seen: 6 meses hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

All
CodyMATLAB AnswersFrom 03/13 to 03/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Pregunta
0 Respuestas

Cody

0 Problemas
2937 Soluciones

CLASIFICACIÓN
235.939
of 297.527

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
25
of 159.017

CONTRIBUCIONES
0 Problemas
2937 Soluciones

PUNTUACIÓN
30.481

NÚMERO DE INSIGNIAS
66

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Cody Challenge Master
  • Strings II Master
  • Leader
  • Community Group Solver
  • Computational Geometry I Master
  • Project Euler I
  • Draw Letters
  • Strings III Master
  • Card Games Master
  • Number Manipulation II Master
  • Magic Numbers II Master

Ver insignias

Feeds

Ver por

Resuelto


Longest Divisor Run
Given the vector a, find the longest run of consecutive numbers that can be evenly divided by the same number d where d > 1. ...

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


Mo money, mo math 1! (★★★)
(adapted from Prob 9 Cody team) You have a vector where the elements represent the number of $20 bills, $10 bills, $5 bills, ...

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


DETERMİNE bigger input
which one is biigger x or z

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


How many apple
You have x apples I take from you y apples now how many apples you have ?

más de 4 años hace

Resuelto


Find the y=(1:x)
Look at the question

más de 4 años hace

Resuelto


How tall are you?
measures your height forexample= 175cm 180cm 169cm

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


Pentagonal dodecahedron
<<https://upload.wikimedia.org/wikipedia/commons/7/73/Dodecahedron.gif>> Pentagonal dodecahedron is a dodecahedron that is ...

más de 4 años hace

Resuelto


Sum 1 to 100 even number
Write a Matlab program to add all the even numbers from 0 to 100 |

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


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

más de 4 años hace

Resuelto


Fill a zeros matrix (★★★★★)
(Copy of Problem 830) The aim is to fill an array of all zeros given a numerical value and the index of row and columns for t...

más de 4 años hace

Resuelto


Doubling elements in a vector (★★)
(copy of prob. 1024) Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] t...

más de 4 años hace

Resuelto


Mo money, mo math #2! (adapted from Prob 9 Cody team)
You have a matrix for which each row is a person and the columns represent the number of quarters, dimes, nickels and pennies th...

casi 5 años hace

Resuelto


Prime number check
One way to see if a number x is prime is to compute the remainders obtained when dividing x by all integers from 2 to √(x). If x...

casi 5 años hace

Resuelto


Sum of terms in a series 1
Given x and n, compute the following sum: |x|+|x|^(1/2)+|x|^(1/3)+|x|^(1/4)+|x|^(1/5) ... + |x|^(1/n) where ||x|| indica...

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


How many points lie within the rectangle and how many aren't?
Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as *input-1, R* i.e *R=[Bottom-left c...

casi 5 años hace

Resuelto


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

casi 5 años hace

Resuelto


Find the absolute value of c=a-b
Find the absolute value of c=a-b

casi 5 años hace

Resuelto


Number of lattice points within a circle
Find the number of points (x,y) in square lattice with x^2 + y^2 =< n. This is related to Jame's <http://www.mathworks.com/matla...

casi 5 años hace

Resuelto


Power Numbers
Find the n-th power of m.

casi 5 años hace

Resuelto


Minimum Distance Point to Segment
This Challenge is to determine the minimum distance from a 2-D line segment defined by two points to a point. The point is (p...

casi 5 años hace

Resuelto


Create a matrix that counts up diagonally
Given a single input _N_, create a _N_ x _N_ matrix that counts from 1 : _N_ ², (along up-right diagonals, starting with 1 in th...

casi 5 años hace

Resuelto


Beads on a Necklace (Convex Hulls)
We may describe a <http://en.wikipedia.org/wiki/Convex_hull convex hull> as a rubber band stretched around a list of points. Som...

casi 5 años hace

Resuelto


Portfolio diversification: choose your stocks !
we have the returns of 3 stocks for the last 4 years and we have to combine only 2 stocks that are less correlated. Example: ...

casi 5 años hace

Resuelto


What gear ratio does the cyclist need?
A cyclist (perhaps including our famed Codysolver the cyclist <http://www.mathworks.com/matlabcentral/cody/players/1841757-the...

casi 5 años hace

Cargar más