photo

Aaron Coville


Last seen: 1 día hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

4 Preguntas
0 Respuestas

Cody

0 Problemas
566 Soluciones

CLASIFICACIÓN
200.233
of 301.778

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.418

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
161
of 176.499

CONTRIBUCIONES
0 Problemas
566 Soluciones

PUNTUACIÓN
8.486

NÚMERO DE INSIGNIAS
47

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Tiles Challenge Master
  • Cody Challenge Master
  • First Review
  • Scholar
  • Matrix Patterns II Master
  • Card Games Master
  • Draw Letters
  • R2016b Feature Challenge Master
  • Promoter
  • Cody Problems in Japanese Master
  • Matrix Manipulation II Master

Ver insignias

Feeds

Ver por

Resuelto


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

1 día hace

Resuelto


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

1 día hace

Resuelto


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

1 día hace

Resuelto


Basic Physics VII
Calculate the speed.

1 día hace

Resuelto


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

1 día hace

Resuelto


Basic Physics V
Calculate the Weight (w).

1 día hace

Resuelto


Basic Physics IV
Calculate the Work.

1 día hace

Resuelto


Basic Physics III
Calculate the Potential Energy (PE).

1 día hace

Resuelto


Basic Physics II
Get the Kinetic Energy (KE).

1 día hace

Resuelto


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

1 día hace

Resuelto


Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...

1 día hace

Resuelto


Problem Set 1
You will get the vector "v", you should put it's length in a variable called "lngth", then... If it's length from 1 to 5, sz = ...

1 día hace

Resuelto


Switch-Case-Otherwise
You should make random numbers to 10, by 3 rows and 3 columns. Cases from 1 to 3, b = true. Otherwise, b = false.

1 día hace

Resuelto


NOT
If a not equal to zero, b = true, else, b = false.

1 día hace

Resuelto


OR
If a greater than zero or c less than 10, b = true, else, b = false.

1 día hace

Resuelto


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

1 día hace

Resuelto


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

1 día hace

Resuelto


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

1 día hace

Resuelto


If-Else
If a more than zero, b = true, else, b = false.

1 día hace

Resuelto


If
If a more than zero, then b = true.

1 día hace

Resuelto


Rotate and display numbered tile
Imagine a square tile with four numbers on it, one on each edge. We will call these edges north, east, south, and west. If th...

9 días hace

Resuelto


Stuff the Board
You have a stack of tiles to put onto an array-like playing board. Each tile has a number (always an integer), and the board var...

9 días hace

Resuelto


Find best domino orientation
Given a list of pairs, find the orientation they should be placed in a line, such that the sum of the absolute values of the dif...

9 días hace

Resuelto


Choose the best fitting dominoes
You will be given a cell array of nx2 matrices. Choose one row from each matrix. These are the ordered pairs that will be placed...

9 días hace

Resuelto


Find best placement for ordered dominoes (harder)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

9 días hace

Resuelto


Find perfect placement of non-rotating dominoes (easier)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

9 días hace

Resuelto


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

9 días hace

Resuelto


Given two arrays, find the maximum overlap
Given two (integer) arrays s1 and s2, create a new array s3 which is as short as possible and contains both arrays. #1 s1 = [...

9 días hace

Resuelto


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

9 días hace

Resuelto


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

9 días hace

Cargar más