Resuelto


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

casi 10 años hace

Enviada


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

casi 10 años hace | 573 descargas |

4.8 / 5
Thumbnail

Enviada


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

casi 10 años hace | 370 descargas |

4.90909 / 5
Thumbnail

Enviada


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

casi 10 años hace | 87 descargas |

5.0 / 5
Thumbnail

Enviada


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

casi 10 años hace | 82 descargas |

5.0 / 5
Thumbnail

Enviada


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

casi 10 años hace | 121 descargas |

5.0 / 5
Thumbnail

Enviada


Physical oceanography: diffusion
Simulate diffusion

casi 10 años hace | 130 descargas |

5.0 / 5
Thumbnail

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


Mean of a matrix
Determine numeric mean of a matrix

casi 10 años hace

Resuelto


Standard Deviation
Find standard deviation of an array.

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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'

casi 10 años hace

Resuelto


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];

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


reversed alphabet
create the alphabet in reverse

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


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?

casi 10 años hace

Cargar más