解決済み


Draw a '0' in a one matrix!

5年弱 前

解決済み


Find hen's weight.
If hen weights x kilos on two legs, how much does it weights on one leg? Output the result.

5年弱 前

解決済み


UICBioE240 problem 1.9
Swap the first and last columns of a matrix. So if A = [12 4 7; 5 1 4]; B = [7 4 12; 4 1 5]; ...

5年弱 前

解決済み


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

5年弱 前

解決済み


Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].

5年弱 前

解決済み


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

5年弱 前

解決済み


UICBioE240 problem 1.10
Find the number of cells in a bioreactor after a given time when doubling time is dd and initial number of cells is x. So if ...

5年弱 前

解決済み


Radians to Degrees
Convert radians to degrees.

5年弱 前

解決済み


Find out Harmonic mean.
Find out Harmonic mean.

5年弱 前

解決済み


Kinetic energy calculation

5年弱 前

解決済み


Divide elements by sum of elements
In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the s...

5年弱 前

解決済み


Temperature Conversion 3

5年弱 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

5年弱 前

解決済み


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

5年弱 前

解決済み


A quadrant matrix
Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n ...

5年弱 前

解決済み


Temperature Conversion 2

5年弱 前

解決済み


Degrees to Radian
Convert degrees to radians

5年弱 前

解決済み


UICBioE240 problem 1.8
Given a list of grades in a class, write a script that gives the 2nd highest grade in the class and the average for the class. ...

5年弱 前

解決済み


Test if a number is numeric or not
Test if a number is numeric or not

5年弱 前

解決済み


Laws of motion 5

5年弱 前

解決済み


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

5年弱 前

解決済み


Temperature Conversion 1

5年弱 前

解決済み


Area of square
Find the area of a square whose diagonal length is given as x.

5年弱 前

解決済み


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

5年弱 前

解決済み


Capitilize the first letter of every word in a string
For a given input string, capitalize every letter at the beginning of a word, and transform the rest of the letters to lower-cas...

5年弱 前

解決済み


UICBioE240 problem 1.1
Remove the middle row from a matrix, assuming # of rows is odd. So if A = [ 1 2 3; 4 5 6; 7 8 9] the...

5年弱 前

解決済み


Laws of motion 2

5年弱 前

解決済み


Find Logic 19

5年弱 前

解決済み


raise 1/3
Raise a number to 1/3 power.

5年弱 前

解決済み


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

5年弱 前

さらに読み込む