Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Learn MATLAB

5 years ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

5 years ago

Solved


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

5 years ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

5 years ago

Solved


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

5 years ago

Solved


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

5 years ago

Solved


Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...

5 years ago

Solved


Generate a NaN...on purpose
The goal is to create a function that will return a single "NaN" without using the nan function. I am interested to see how many...

5 years ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

5 years ago

Solved


Returning a "greater than" vector
Given a vector, v, return a new vector , vNew, containing only values > n. For example: v=[1 2 3 4 5 6] n=3 vNew =...

5 years ago

Solved


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

5 years ago

Load more