Resuelto


Smith numbers
Return true if the input is a Smith number in base ten. Otherwise, return false. Read about Smith numbers at <http://en.wikipedi...

alrededor de 11 años hace

Resuelto


Four quadrant inverse tangent function.
Create a function that returns an array P the same size as X and Y containing the element-by-element, four-quadrant inverse tang...

alrededor de 11 años hace

Resuelto


Local Minima
Given a vector of data x, find the values of local minimum that is smaller than its neighbor elements. For example, if x =...

alrededor de 11 años hace

Resuelto


Perl 4: unshift
_This is part of a series of perl function which were very helpful for many perl programmers. Could you implement it in Matlab?_...

alrededor de 11 años hace

Resuelto


A matrix of introverts
You are given a matrix full of numbers who happen to be very shy. Write a MATLAB function that will put a square of zeros aroun...

alrededor de 11 años hace

Resuelto


Power The Product
EXAMPLE: INPUT x=10 & y=10 OUTPUT z=1000000 or, INPUT x=2 & y=3 OUTPUT z= 216 you just need to calculate the product first...

alrededor de 11 años hace

Resuelto


Bruh
Return 'bruh'.

alrededor de 11 años hace

Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

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


calculate accleration
Cal accleration for given time and distance

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


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


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

alrededor de 11 años hace

Resuelto


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

alrededor de 11 años hace

Problema


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

alrededor de 11 años hace | 1 | 425 solvers

Resuelto


Conversion from hours to mili sec
Convert given input in hours to mili seconds

alrededor de 11 años hace

Resuelto


Normalize by maximum
Subtract the maximum value in a column from the corresponding columns of a matrix.

alrededor de 11 años hace

Resuelto


calculate Simple Interest
SI=(principal*time*rate)/100

alrededor de 11 años hace

Resuelto


Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!

alrededor de 11 años hace

Resuelto


Cost computation and Display
Given a positive number of pens, a cost is computed and displayed. One Pen costs 1.99 dollars

alrededor de 11 años hace

Resuelto


Square a Number
Given an input x, return y, which is equal to the square of x.

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


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


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


Array
Create a 3 by 3 array of 1s

alrededor de 11 años hace

Resuelto


Create an array (n,n) where only diagonal elements are '1' and others are '0'
Create an array (n,n) where only diagonal elements are '1' and others are '0' EX: n = 3; then Resultant array would be [ 1 0...

alrededor de 11 años hace

Cargar más