
Community Sherlock-
Followers: 0 Following: 0
Statistica
0 Problemi
17 Soluzioni
RANK
2.660
of 296.864
REPUTAZIONE
8
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
14.687 of 20.414
REPUTAZIONE
5
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
0 File
DOWNLOAD
3
ALL TIME DOWNLOAD
3
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
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:...
circa 5 anni fa
Risolto
Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...
circa 5 anni fa
Risolto
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
circa 5 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 5 anni fa
Risolto
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 ...
circa 5 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
circa 5 anni fa
Risolto
Times 3 problem
When you enter the number, it should return the number multiplied by 3
circa 5 anni fa
Risolto
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
circa 5 anni fa
Risolto
Square a Number
Given an input x, return y, which is equal to the square of x.
circa 5 anni fa
Risolto
Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.
circa 5 anni fa
Risolto
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
circa 5 anni fa
Risolto
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
circa 5 anni fa
Risolto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
circa 5 anni fa