Gelöst


Draw a '0' in a one matrix!

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Radians to Degrees
Convert radians to degrees.

etwa 5 Jahre vor

Gelöst


Find out Harmonic mean.
Find out Harmonic mean.

etwa 5 Jahre vor

Gelöst


Kinetic energy calculation

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Temperature Conversion 3

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Temperature Conversion 2

etwa 5 Jahre vor

Gelöst


Degrees to Radian
Convert degrees to radians

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Laws of motion 5

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Temperature Conversion 1

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


Laws of motion 2

etwa 5 Jahre vor

Gelöst


Find Logic 19

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Gelöst


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

etwa 5 Jahre vor

Mehr laden