已解决


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

3 years 前

已解决


Values in Array
How many values are in the array

3 years 前

已解决


Vector with a repeated entry
Create a row vector of length n, filled with 4's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...

3 years 前

已解决


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

3 years 前

已解决


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

3 years 前

已解决


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

3 years 前

已解决


Log of a number
Write a script that will give the log of x as output.

3 years 前

已解决


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

3 years 前

已解决


Radians to Degrees
Convert radians to degrees.

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

3 years 前

已解决


Find the Pattern 3

3 years 前

已解决


Find the Pattern 2

3 years 前

已解决


Find the Pattern 1

3 years 前

已解决


expand intervals
You're given a row vector of an even number of monotonically increasing integers. Each pair of consecutive integers is the lower...

3 years 前

已解决


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

3 years 前

已解决


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

3 years 前

已解决


Low level NaN
* I have a dataset. Columns represents different variables. * A variable may start with NaN or any double type number. * If i...

3 years 前

已解决


Find Logic 29

3 years 前

已解决


Find Logic 32

3 years 前

已解决


Find Logic 31

3 years 前

已解决


Find Logic 28

3 years 前

已解决


Find Logic 27

3 years 前

已解决


Find Logic 26

3 years 前

已解决


Find Logic 25

3 years 前

已解决


Find Logic 23

3 years 前

已解决


Find Logic 22

3 years 前

已解决


Find Logic 21

3 years 前

已解决


Find Logic 20

3 years 前

加载更多