Risolto


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

circa 9 anni fa

Risolto


Array
Create a 3 by 3 array of 1s

circa 9 anni fa

Risolto


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

circa 9 anni fa

Risolto


Find the area!
Find the area of a medium Dominos pizza

circa 9 anni fa

Risolto


Add two hex numbers
Add two hex numbers

circa 9 anni fa

Risolto


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...

circa 9 anni fa

Risolto


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

circa 9 anni fa

Risolto


Is the light on?
If true , yes; If false , no create a logical vector;

circa 9 anni fa

Risolto


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

circa 9 anni fa

Risolto


Sum of a vetor
y = vectorsum(x)

circa 9 anni fa

Risolto


write an algebraic expression
An electrician charges $45 per hour and spends $20 a day on gasoline. Write an algebraic expression to represent his earnings fo...

circa 9 anni fa

Risolto


Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.

circa 9 anni fa

Risolto


Write an expression
if 1 = 2 2 = 5 3 = 10 4 = ?

circa 9 anni fa

Risolto


row removal
Consider a matrix and remove the first row of the matrix.

circa 9 anni fa

Risolto


Average
Calculate the average of two numbers

circa 9 anni fa

Risolto


power
Calculate power for given voltage and current

circa 9 anni fa

Risolto


calculate accleration
Cal accleration for given time and distance

circa 9 anni fa

Risolto


trignometric function
calculate sinx ,if you are given with tanx

circa 9 anni fa

Risolto


equate
equate y to x

circa 9 anni fa

Risolto


find even number
Find even numbers between 1 and nth number

circa 9 anni fa

Risolto


Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'

circa 9 anni fa

Risolto


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

circa 9 anni fa

Risolto


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

circa 9 anni fa

Risolto


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

circa 9 anni fa

Risolto


Blockland
Add a new block to these towers without letting them fall. To add a new block just choose the x-coordinate (between -10 and ...

circa 9 anni fa

Risolto


It's going down. We're finding simbers!
This problem is inspired by Project Euler 520: Simbers. "We define a simber to be a positive integer in which any odd digit, ...

circa 9 anni fa

Risolto


increase the number by 7
You need to increase any given digit by 7

circa 9 anni fa

Risolto


Dare to solve this
Find square of any number

circa 9 anni fa

Risolto


Add 8 to given num
add 8 to given number

circa 9 anni fa

Risolto


write an expression
output is five more than twice an input number.

circa 9 anni fa

Carica altro