Solved


Find Logic 17

ungefär 3 år ago

Solved


Find Logic 18

ungefär 3 år ago

Solved


Laws of motion 2

ungefär 3 år ago

Solved


Find Logic 19

ungefär 3 år ago

Solved


Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
Example: in = magic(5) in = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 ...

ungefär 3 år ago

Solved


Laws of motion 1

ungefär 3 år ago

Solved


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

ungefär 3 år 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...

ungefär 3 år ago

Solved


Box
Give the volume of a box, x is equal to the body diagonal.

ungefär 3 år ago

Solved


Approximate the cosine function
Without using MATLAB trigonometric functions, calculate the cosine of an argument |x| to a precision of |0.0001| *Hint:* You ...

ungefär 3 år ago

Solved


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

ungefär 3 år ago

Solved


Energy Conversion 2

ungefär 3 år ago

Solved


Energy Conversion 1

ungefär 3 år ago

Solved


Velocity Conversion

ungefär 3 år ago

Solved


Area Conversion 2

ungefär 3 år ago

Solved


Area Conversion 1

ungefär 3 år ago

Solved


Mass Conversion 2

ungefär 3 år ago

Solved


Mass Conversion 1

ungefär 3 år ago

Solved


Temperature Conversion 3

ungefär 3 år ago

Solved


Temperature Conversion 2

ungefär 3 år ago

Solved


Temperature Conversion 1

ungefär 3 år ago

Solved


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

ungefär 3 år ago

Solved


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

ungefär 3 år ago

Solved


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

ungefär 3 år 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...

ungefär 3 år ago

Solved


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

ungefär 3 år ago

Solved


Converts numbers into characters
Converts numbers into characters

ungefär 3 år ago

Solved


Find the max element of the array
Find the max element of the array

ungefär 3 år ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

ungefär 3 år ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

ungefär 3 år ago

Load more