解決済み


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

10年弱 前

送信済み


Physical oceanography: geostrophic current (numerical)
Calculate geostrophic current using numerical method

10年弱 前 | ダウンロード 573 件 |

4.8 / 5
Thumbnail

送信済み


Physical oceanography: geostrophic current (analytical)
Show theory of geostrophic current

10年弱 前 | ダウンロード 370 件 |

4.90909 / 5
Thumbnail

送信済み


Physical oceanography: Inertial oscillation (semi-implicit)
Simulate Inertial oscillation using semi-implicit method

10年弱 前 | ダウンロード 87 件 |

5.0 / 5
Thumbnail

送信済み


Physical oceanography: Inertial oscillation (implicit)
Simulate Inertial oscillation using implicit method

10年弱 前 | ダウンロード 82 件 |

5.0 / 5
Thumbnail

送信済み


Physical oceanography: Inertial oscillation (explicit)
Simulate Inertial oscillation using explicit method

10年弱 前 | ダウンロード 121 件 |

5.0 / 5
Thumbnail

送信済み


Physical oceanography: diffusion
Simulate diffusion

10年弱 前 | ダウンロード 130 件 |

5.0 / 5
Thumbnail

解決済み


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

10年弱 前

解決済み


Repeat string n times
Example: from 'a' create 'aaaaa' (if n=5)

10年弱 前

解決済み


Find my lucky number
Write a function which returns my lucky number

10年弱 前

解決済み


Mean of a matrix
Determine numeric mean of a matrix

10年弱 前

解決済み


Standard Deviation
Find standard deviation of an array.

10年弱 前

解決済み


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

10年弱 前

解決済み


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

10年弱 前

解決済み


How do you make seven even?
Take away the s.

10年弱 前

解決済み


Determine if a year is leap year
For a given year return 0/1 indicator of a leap year.

10年弱 前

解決済み


Solar panel efficiency
Calculate the solar panel efficiency at STC for the system power rating 400W and the collector area = 2.79 meter square.

10年弱 前

解決済み


ADD TWO NUMBERS
To add two numbers a and b, then store in y

10年弱 前

解決済み


Reverse digits of a number
Reverse digits of a number. For example, return *321* for the input *123* . The left-hand zeros can be discarded. For exam...

10年弱 前

解決済み


What's my favourite food?
The spicier the better.

10年弱 前

解決済み


Odd times 3
Given a input matrix x, multiply all odd values by 3. Even values remain the same. example: x = [1 2 3 4 5;... 6 7...

10年弱 前

解決済み


Count the numbers
In a array x, count the number of times the number n appears in x. for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer sh...

10年弱 前

解決済み


time difference
The arrays x and y contain time values in the form of: x = [hours minutes seconds] Create the output z which contains the...

10年弱 前

解決済み


String revert
Revert all words in a sting x for example, if x = 'this is a sentence' then y should be 'sentence a is this'

10年弱 前

解決済み


Remove multiples of N
in the vector x remove all multiples of N. x = [1 2 3 4 5 6]; N = 2; Then y = [1 3 5];

10年弱 前

解決済み


Second smallest number
What is the second smallest number in x? example: x = [1 2 3 4 5 6 7 8 9] y = 2

10年弱 前

解決済み


Magnitude of a vector
Given a vector x, what is its magnitude?

10年弱 前

解決済み


reversed alphabet
create the alphabet in reverse

10年弱 前

解決済み


sum of ASCII
Given a string x, return the sum of all ASCII numbers of all characters. for example, if x='lala' ('l'-> 108, 'a'->97) then y...

10年弱 前

解決済み


Counting votes
x is a vector of votes, e.g. x=[1 2 3 2 2 1 3 2 1 2 2 2 2], who is the winner? 1,2,3?

10年弱 前

さらに読み込む