Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

ungefär 3 år ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

ungefär 3 år ago

Solved


Matrix Pattern 4

ungefär 3 år ago

Solved


Diagonal Pattern
For a positive integer |n|, return an |nXn| matrix |mat| such that the value of each element in row |i| and column |j| is given ...

ungefär 3 år ago

Solved


Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

ungefär 3 år ago

Solved


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. <http://en.wikipedia.org/wiki/Whole...

ungefär 3 år ago

Solved


Orthonormal matrix
You decide whether any given matrix is an orthonormal matrix or not. If each column in a matrix is perpendicular to the other...

ungefär 3 år ago

Solved


find the value

ungefär 3 år ago

Solved


find the answer

ungefär 3 år ago

Solved


Volume of a sphere

ungefär 3 år ago

Solved


find the answer

ungefär 3 år ago

Solved


find the answer

ungefär 3 år ago

Solved


area of a sphere

ungefär 3 år ago

Solved


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

ungefär 3 år ago

Solved


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 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


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


Sum of series IX

ungefär 3 år ago

Solved


Sum of series VIII

ungefär 3 år ago

Solved


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

ungefär 3 år ago

Solved


Mass Conversion 1

ungefär 3 år ago

Solved


Mass Conversion 2

ungefär 3 år ago

Solved


Area Conversion 1

ungefär 3 år ago

Solved


Area Conversion 2

ungefär 3 år ago

Solved


Velocity Conversion

ungefär 3 år ago

Solved


Energy Conversion 2

ungefär 3 år ago

Solved


Energy Conversion 1

ungefär 3 år ago

Solved


currency converter
given a rate of exchange calculate the equivalent units of 100 USD

ungefär 3 år ago

Solved


lb to kilogram
convert lb to kilogram units, easy

ungefär 3 år ago

Load more