Solved


How to locate the position of an element in a vector without using the find function
(copy of prob 105 with test for find function) Write a function posX = *locatePos* (x,y) which returns the location o...

5 years ago

Solved


Find the position of planet in solarsystem
Write a funtion named *nthplanet* which takes name of the planet as input string and provides the position of the planet, starti...

5 years ago

Solved


Determine digits of the Copeland-Erdos constant
<https://www.mathworks.com/matlabcentral/cody/problems/1477-champernowne-constant/solutions/new Cody Problem 1477> asks us to de...

5 years ago

Solved


Champernowne Constant
The <http://en.wikipedia.org/wiki/Champernowne_constant Champernowne constant> is a real number whose digits in decimal represen...

5 years ago

Solved


Let's create histogram data by yourself.
We'd like to create histogram data, which first column shows the data, and second column shows the frequency. input = [1, 2, ...

5 years ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

5 years ago

Solved


Factorial

5 years ago

Solved


Last Digit of fibonacci number

5 years ago

Solved


GCD

5 years ago

Solved


LCM

5 years ago

Solved


Sort in descending order.

5 years ago

Solved


One-hot encoding

5 years ago

Solved


print 'Hello W0rld'

5 years ago

Solved


De-primed
Write a function that will multiply every prime number in the array or matrix by two, leaving all other numbers the same, and re...

5 years ago

Solved


Find jumping medalists

5 years ago

Solved


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

5 years ago

Solved


Solve the Challenger puzzle

5 years ago

Solved


Area of a Square

5 years ago

Solved


Volume of triangular prism

5 years ago

Solved


Calculate Voltage

5 years ago

Solved


add num

5 years ago

Solved


root

5 years ago

Solved


Calculate

5 years ago

Solved


Perimeter of a square

5 years ago

Solved


Unit

5 years ago

Load more