Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

etwa 4 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

etwa 4 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 4 Jahre vor

Gelöst


Energy Conversion 2

etwa 4 Jahre vor

Gelöst


Energy Conversion 1

etwa 4 Jahre vor

Gelöst


Velocity Conversion

etwa 4 Jahre vor

Gelöst


Area Conversion 2

etwa 4 Jahre vor

Gelöst


Area Conversion 1

etwa 4 Jahre vor

Gelöst


Mass Conversion 2

etwa 4 Jahre vor

Gelöst


Mass Conversion 1

etwa 4 Jahre vor

Gelöst


Temperature Conversion 3

etwa 4 Jahre vor

Gelöst


Temperature Conversion 2

etwa 4 Jahre vor

Gelöst


Temperature Conversion 1

etwa 4 Jahre vor

Gelöst


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

etwa 4 Jahre vor

Gelöst


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

etwa 4 Jahre vor

Gelöst


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

etwa 4 Jahre vor

Gelöst


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

etwa 4 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 4 Jahre vor