Alfonso Nieto-Castanon - MATLAB Central
photo

Alfonso Nieto-Castanon


Last seen: 10 meses hace Con actividad desde 2012

Followers: 2   Following: 0

Mensaje

Estadística

All
CodyMATLAB AnswersFile ExchangeFrom 01/12 to 03/25Use left and right arrows to move selectionFrom 01/12Use 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
71 Respuestas

File Exchange

4 Archivos

Cody

41 Problemas
4086 Soluciones

CLASIFICACIÓN
294
of 297.569

REPUTACIÓN
298

CONTRIBUCIONES
1 Pregunta
71 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
71

CLASIFICACIÓN
3.466 of 20.459

REPUTACIÓN
441

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
4 Archivos

DESCARGAS
37

ALL TIME DESCARGAS
3049

CLASIFICACIÓN
12
of 159.178

CONTRIBUCIONES
41 Problemas
4086 Soluciones

PUNTUACIÓN
40.756

NÚMERO DE INSIGNIAS
98

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Cody 5th Anniversary Finisher
  • Cody 5th Anniversary Author
  • 3 Month Streak
  • Thankful Level 1
  • Cody Challenge Master
  • Introduction to MATLAB Master
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 2
  • Editor's Pick
  • 5-Star Galaxy Level 4
  • First Submission
  • Combinatorics I Master

Ver insignias

Feeds

Resuelto


Approximate the inverse tangent by power series
Given values b (where abs(b)<=1) and n (polynomial order), write a function that calculates atan(b) by using power series.

más de 4 años hace

Resuelto


ZigZag - 02
Given a matrix, return the elements that are on the Z form of the matrix. For example - a=[1,2,3,4,5; 6,7,8,9,1; 1...

más de 4 años hace

Resuelto


Area-05
The dimension of a rectangle is given. There are two circles of equal size that are inscribed inside it.The circles are tangent ...

más de 4 años hace

Resuelto


Tell your secret
A secret can be told only to 2 persons in 5 minutes. Now, these 2 more persons can spread the secret to 4 other people in the ne...

más de 4 años hace

Resuelto


Last Digit of fibonacci number

más de 4 años hace

Resuelto


Opposite point of the earth, what is the antipodal of a point ?
Given two strings(lat and long) that represent the geographic coordinates of a point in the earth, you have to find out what is ...

más de 4 años hace

Resuelto


Generate a list of composite numbers

más de 4 años hace

Resuelto


Ackerman Function

más de 4 años hace

Resuelto


Beat the RNG - EASY

más de 4 años hace

Resuelto


Gapful numbers
If a number is divisible by the number formed by the first and last digit of that number then it is defined as a gapful number. ...

más de 4 años hace

Resuelto


Reepeating numbers in array
Repeating numbers in array In = [1 0 0 0 2 0 0 0 3 0 0 0 0 0 5 0 0 0 0]. Out = [1 1 1 1 2 2 2 2 3 3 3 3 3 3 5 5 5 5 5].

más de 4 años hace

Resuelto


The length of the equal sides of an isoceles triangle is 'a'.For all the possible (integer) values of the remaining side,find the associated angles between the two equal sides.
the remaining side may have many possible values.only assume integer ones for simplicity.

más de 4 años hace

Resuelto


One-hot encoding

más de 4 años hace

Resuelto


Find terms in the Connell sequence

más de 4 años hace

Resuelto


ZigZag - 04
Given a matrix, print all its elements in the spiral form (clockwise direction). For example, a=[16 2 3 13 ...

más de 4 años hace

Resuelto


Seconds
Given the number of seconds after 12 am, find the time in the given format (12/24). If the format is not mentioned, use 24-ho...

más de 4 años hace

Resuelto


ZigZag - 03
Given a matrix of any size, print its elements from the zigzag form of the matrix. For example, a=[1 2 3; 4 5 6; ...

más de 4 años hace

Resuelto


Find the equivalent resistance of a dc circuit

más de 4 años hace

Resuelto


i was a mistake

más de 4 años hace

Resuelto


Image Processing 004: Zernike Coefficients
*Fit Zernike Terms to a wavefront.* The class notes of <http://www.visualopticslab.com/OPTI535/Lectures/Class06_08.pdf Schwie...

más de 4 años hace

Resuelto


Maya - 03
Following up on the previous two problems, now you've to add or subtract two Maya numerals. The 3rd input will be a function ...

más de 4 años hace

Resuelto


Maya - 02
<https://en.wikipedia.org/wiki/Maya_numerals> Prev. prob. - <https://www.mathworks.com/matlabcentral/cody/problems/45375-maya...

más de 4 años hace

Resuelto


Maya - 01
Given a number, convert it into the Maya numeral system. <https://en.wikipedia.org/wiki/Maya_numerals> For example, n...

más de 4 años hace

Resuelto


Maya long Count
Given a Mayan date, calculate the number of days after the end of the last Great Cycle. <https://en.wikipedia.org/wiki/Maya_c...

más de 4 años hace

Resuelto


Hanging cable - 02
previous problem - <https://www.mathworks.com/matlabcentral/cody/problems/45373-hanging-cable-01> The height of the poles...

más de 4 años hace

Resuelto


How lucky r u ?
Find the nth number in the following sequence <https://oeis.org/A264940>

más de 4 años hace

Resuelto


Sieve of Eratosthenes
Find the nth lucky prime number. <https://planetmath.org/luckyprime> can u find a way for large n?

más de 4 años hace

Resuelto


chess position
given the position of a chess piece in algebric notation, convert it into 8 by 8 matrix format. For example, * 'Qd5' >> [3,4]...

más de 4 años hace

Resuelto


Cryptography with A Square Matrix : Decoding
Previous Problem: <https://www.mathworks.com/matlabcentral/cody/problems/45279-cryptography-with-a-square-matrix-encoding Crypto...

más de 4 años hace

Resuelto


Cryptography with A Square Matrix : Encoding
Matrix inverse operation can be used to encode or decode of a message. For example text = 'matlab & cody'. numeric e...

más de 4 años hace

Cargar más