photo

Aaron Coville


Last seen: 3日 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

4 質問
0 回答

Cody

0 問題
566 解答

ランク
200,233
of 301,781

評判
0

コントリビューション
4 質問
0 回答

回答採用率
100.0%

獲得投票数
1

ランク
 of 21,420

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
161
of 176,526

コントリビューション
0 問題
566 解答

スコア
8,486

バッジ数
47

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


Basic Physics VII
Calculate the speed.

3日 前

解決済み


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

3日 前

解決済み


Basic Physics V
Calculate the Weight (w).

3日 前

解決済み


Basic Physics IV
Calculate the Work.

3日 前

解決済み


Basic Physics III
Calculate the Potential Energy (PE).

3日 前

解決済み


Basic Physics II
Get the Kinetic Energy (KE).

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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.

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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.

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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

3日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

10日 前

解決済み


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

11日 前

解決済み


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

11日 前

さらに読み込む