
Jerry Wright
統計
Cody
0 問題
1345 解答
ランク
N/A
of 281,978
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
解決済み
Sum of numbers from 1-100
Sum up every whole number from 1 to 100. Include 1 and 100 in your calculation.
4日 前
解決済み
Scrabble Scores - 2
An <https://www.mathworks.com/matlabcentral/cody/problems/56-scrabble-scores introductory Cody problem> asks the user to score a...
4日 前
解決済み
Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...
5日 前
解決済み
Cycling — Critical Power
From Training and Racing with a Power Meter by Allen and Coggan: "A number of equations have been presented in the scientific...
5日 前
解決済み
Rule of mixtures (composites) - weighted bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...
5日 前
解決済み
RPN Calculator for simple arithmetic expressions
Reverse-Polish-Notation (RPN) is a machine friendly form of calculating expressions. Example, to evaluate, (1+2)*4 + 5 - 3 you e...
5日 前
解決済み
Summing the last column column
Given a matrix, return the sum of the last column of the array.
6日 前
解決済み
Return part of an array
Given a 5x5 array, return a 3x3 array that contains the cells that are not on the edge of the array: Given this array Return...
6日 前
解決済み
String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76
6日 前
解決済み
Is it the answer to life the universe and everything?
The answer to life the universe and everything is 42, but this is naturally in base 13. Unfortunately, MATLAB is in base 10, so ...
14日 前
解決済み
Find the surface area of a cone.
For instance, Given r (radius) = 3, and s (slant height) = 5: surface area should be 94.
14日 前
解決済み
Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.
14日 前
解決済み
Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.
14日 前
解決済み
QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and it...
3ヶ月 前
解決済み
Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem
9ヶ月 前
解決済み
Linear Motion 2
During testing in the desert, a remotely operated vehicle travels D kilometers over rough terrain. The testing takes place over...
約1年 前
解決済み
Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...
約1年 前
解決済み
How many apples
You have x apples I take from you y apples now how many apples you have ?
約1年 前
解決済み
Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.
約1年 前
解決済み
Basic Mathematics 2
If a 4’ x 8’ sheet of ½” plywood weighs W lbs and you cut an L” x L” robot base from this material, approximately how much weigh...
約1年 前
解決済み
Solve system of equation!
Given provided system of equation, and find x and y. System of equation can be expressed as each term's coefficient. For exam...
約1年 前
解決済み
Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...
約1年 前
解決済み
Backgammon #4 - Dice Probabilities
Previous problems in this series have looked at how a backgammon board might be represented, and board positions manipulated and...
約1年 前
解決済み
determine the sum of decimal part for given matrix
determine the sum of fraction part for the given matrix
約1年 前
解決済み
Area of a regular hexagon
Given the length of a side of a regular hexagon, return its area rounded to two decimal places.
約1年 前
解決済み
Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...
約1年 前
解決済み
String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488
約1年 前