Solved


Sum of elements in a vector (★)
(copy of Prob. 3) Find the sum of all the numbers of the input vector x. Input x = [1 2 3 5] Output y is 11 <> ...

4 years ago

Solved


Spherical Volume
Calculate the volume of a sphere.

4 years ago

Solved


step function

4 years ago

Solved


Matrix Max Finder
Output the maximum value in a matrix

4 years ago

Solved


04 - Scalar Equations 2
Define the variables a and b: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b.png>...

4 years ago

Solved


Radians to Degrees
Convert radians to degrees.

4 years ago

Solved


find the value

4 years ago

Solved


Multiply pi
Multiply pi with x!

4 years ago

Solved


Summy's odd sum

4 years ago

Solved


Find Min and Max Differences in a Vector
Given an array of integers, return the absolute largest and smallest (non zero) difference between any two numbers in the array....

4 years ago

Solved


Matrix operation

4 years ago

Solved


Summation of integers

4 years ago

Solved


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

4 years ago

Solved


Convert a vector into numbers
Suppose a vector x = [ 1 2 4 7] is given. You have to convert this vector into string number y = '1247'. Examples x = [ 1...

4 years ago

Solved


Size

4 years ago

Solved


imaginary

4 years ago

Solved


sign function

4 years ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

4 years ago

Solved


Find the mode of the given input
Find the statistical <http://en.wikipedia.org/wiki/Mode_(statistics)/ mode> of the given input. Example: If X is matr...

4 years ago

Solved


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

4 years ago

Solved


Change the first and last diagonal element of the identity matrix to zero
Starting with the identity matrix, change first and last diagonal element to zero. Example If n=5 A = 0 0 ...

4 years ago

Solved


Are you in XY plane?
Take a point P as an input position Vector (x,y,z). If you are in XY plane, return 1 as an output otherwise return 0. Example...

4 years ago

Solved


find whether it is prime or not
For a given number find if its prime

4 years ago

Solved


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

4 years ago

Solved


Find remainder when x is divided by 3
Find remainder when x is divided by 3

4 years ago

Solved


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

4 years ago

Solved


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

4 years ago

Solved


NaN

4 years ago

Load more