Daniel Pollard - MATLAB Central
photo

Daniel Pollard


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

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 11/20 to 04/25Use left and right arrows to move selectionFrom 11/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
68 回答

Cody

0 問題
29 解答

ランク
443
of 297,922

評判
176

コントリビューション
8 質問
68 回答

回答採用率
75.0%

獲得投票数
20

ランク
 of 20,504

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
14,682
of 159,878

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

スコア
344

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • 6 Month Streak
  • Knowledgeable Level 4
  • Leader
  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Find Logic 19

約3年 前

解決済み


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

4年弱 前

解決済み


Find the Pattern 4

4年以上 前

解決済み


Find the Pattern 3

4年以上 前

解決済み


Find the Pattern 2

4年以上 前

解決済み


Find the Pattern 1

4年以上 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

4年以上 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

4年以上 前

解決済み


Calculate the volume of the football

4年以上 前

解決済み


Find Logic 3

4年以上 前

解決済み


Find Logic 6

4年以上 前

解決済み


Find Logic 14

4年以上 前

解決済み


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

4年以上 前

解決済み


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

4年以上 前

解決済み


radius of a spherical planet
You just measured its surface area, that is the input.

4年以上 前

解決済み


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

4年以上 前

解決済み


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

4年以上 前

解決済み


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

4年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

4年以上 前

解決済み


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

4年以上 前

解決済み


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

4年以上 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4年以上 前

解決済み


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

4年以上 前

解決済み


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

4年以上 前

解決済み


Find Logic 1

4年以上 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

4年以上 前

解決済み


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

4年以上 前

解決済み


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

4年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前