Resuelto


Array
Create a 3 by 3 array of 1s

alrededor de 11 años hace

Resuelto


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]

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


count any radix?
given radix r(2-9), digts d(1-4), give all possible strings in sorted order. for example, if r=2, d=2, then output {'00' '01' '1...

alrededor de 11 años hace

Resuelto


Define the operators of function_handles
Suppose f and g are function_handles, try to define f+g,f-g,f*g and f/g. e.g. if f = @(x)x and g = @(x)x+1 ...

alrededor de 11 años hace

Resuelto


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)

alrededor de 11 años hace

Resuelto


Add two hex numbers
Add two hex numbers

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


Code Wheel
Create a function that offsets each value in a given string by a given amount. For instance, codewheel('hello',1) s...

alrededor de 11 años hace

Resuelto


Sum of a vetor
y = vectorsum(x)

alrededor de 11 años hace

Resuelto


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.

alrededor de 11 años hace

Resuelto


Divisible by 15
Write a function to determine if a number is divisible by 15. If a number is <http://www.mathworks.com/matlabcentral/cody/proble...

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


calculate hyponetuse
If x,y,z are 3 sides Z being largest

alrededor de 11 años hace

Resuelto


calculate accleration
Cal accleration for given time and distance

alrededor de 11 años hace

Resuelto


trignometric function
calculate sinx ,if you are given with tanx

alrededor de 11 años hace

Resuelto


equate
equate y to x

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


find even number
Find even numbers between 1 and nth number

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Cargar más