photo

JessicaR


Last seen: 約1ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 1

統計

Cody

0 問題
177 解答

ランク
N/A
of 300,771

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
1,699
of 170,969

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

スコア
1,632

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • CUP Challenge Master
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Solve an ODE: draining tank
Write a function to compute the time to drain a cylindrical tank of diameter from an initial level to a level . The outflow oc...

10ヶ月 前

解決済み


Square Rooting a Number
This MATLAB Cody exercise requires you to take a number x, square root it, and get y

3年以上 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

5年以上 前

解決済み


Calculate the CIRCUMFERENCE of circle.
Given the radius is 2, the circumference will be 12.5663.

5年以上 前

解決済み


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

5年以上 前

解決済み


Find parts of a circle.
Given radius (r) of a circle find the diameter (d), circumference (c), an area (a).

5年以上 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

5年以上 前

解決済み


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

5年以上 前

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

5年以上 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

5年以上 前

解決済み


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

5年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

5年以上 前

解決済み


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

5年以上 前

解決済み


Matlab Basics - Logical Tests I
Write a script to test whether a year number is for a leap year or not. eg. x = 1884 output = 1 eg. x = 3 output = 0

5年以上 前

解決済み


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

5年以上 前

解決済み


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

5年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

5年以上 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

5年以上 前

解決済み


Add two numbers
Add two numbers (For beginners)

5年以上 前

さらに読み込む