photo

chicken vector


Last seen: 2 días hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

12 Preguntas
112 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
7 Soluciones

CLASIFICACIÓN
348
of 300.343

REPUTACIÓN
241

CONTRIBUCIONES
12 Preguntas
112 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
34

CLASIFICACIÓN
18.550 of 20.926

REPUTACIÓN
1

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
19

CLASIFICACIÓN
45.351
of 168.172

CONTRIBUCIONES
0 Problemas
7 Soluciones

PUNTUACIÓN
84

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 3 Month Streak
  • Knowledgeable Level 4
  • Thankful Level 3
  • Solver
  • First Answer
  • First Submission
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Resuelto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

más de 1 año hace

Resuelto


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

más de 2 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 2 años hace

Resuelto


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

más de 2 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 2 años hace

Resuelto


Matrix of Multiplication Facts
This is James's daughter again, sneaking into his Cody account. Thanks to your help in my math class last year, I did great! But...

más de 2 años hace

Resuelto


Count the peaceful queens
In a 5x5 chessboard with a queen of one color (white, say) on the perimeter, one can place 12 black queens on the board such tha...

más de 2 años hace