Solved


prime test 2
enter the only non prime,non composite number

meer dan 3 jaar ago

Solved


divide by 5

meer dan 3 jaar ago

Solved


matrix rows and columns

meer dan 3 jaar ago

Solved


matrix rows and columns

meer dan 3 jaar ago

Solved


Sort a vector

meer dan 3 jaar ago

Solved


Find the absolute value of of the array

meer dan 3 jaar ago

Solved


find location of indexes

meer dan 3 jaar ago

Solved


Basic Addition

meer dan 3 jaar ago

Solved


How many days does the cat take to climb out of the hole?
A cat accidentally falls down a hole with sloping but rough sides. It can climb out of the hole of height h metres, but for ever...

meer dan 3 jaar ago

Solved


Similar Triangles - find the height of the tree
Given the height, h1, of a power pole, shorter than a tree, a given distance, x2 away, please find h2, height of the tree. Pleas...

meer dan 3 jaar ago

Solved


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

meer dan 3 jaar ago

Solved


Determine if a row vector has NaN
Determine if a row vector x has NaN

meer dan 3 jaar ago

Solved


Volume of Cylinder
Compute the Circumference of a Cylinder given it's radius and height.Here x is the radius and y is the height

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

meer dan 3 jaar ago

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

meer dan 3 jaar ago

Solved


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

meer dan 3 jaar ago

Solved


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

meer dan 3 jaar ago

Solved


Calculate the logarithm of number
Calculate the logarithm of number x

meer dan 3 jaar ago

Solved


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

meer dan 3 jaar ago

Solved


Square
X is a number, write a code, where Y should be the square of X.

meer dan 3 jaar ago

Solved


Binary Coder
Take an input number and print the binary value of this number.

meer dan 3 jaar ago

Solved


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

meer dan 3 jaar ago

Solved


Nearest
*Description* Find the value and index of the element in vector _x_ that is nearest to value _y_. _y_ should be able to be a ...

meer dan 3 jaar ago

Solved


Fizz Buzz
Given an array of positive, non-zero, integers, return a cell array of strings the same size as the input, where each element in...

meer dan 3 jaar ago

Solved


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

meer dan 3 jaar ago

Solved


Create an 'arrow-head" matrix
Write a function that when given an odd number, produces an arrow-head function pointing to the right. Examples n = 3 ...

meer dan 3 jaar ago

Solved


count to vector
Return a matrix of numbers of dimension K by N, where K = prod(v), and N=length(v). The rows count from a vector of ones up to v...

meer dan 3 jaar ago

Solved


Find best domino orientation
Given a list of pairs, find the orientation they should be placed in a line, such that the sum of the absolute values of the dif...

meer dan 3 jaar ago

Load more