A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


Bruh
Return 'bruh'.

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


calculate accleration
Cal accleration for given time and distance

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


Sum of a vetor
y = vectorsum(x)

presque 11 ans il y a

A résolu


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.

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

Problème


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

presque 11 ans il y a | 1 | 422 solveurs

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

A résolu


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]

presque 11 ans il y a

A résolu


Array
Create a 3 by 3 array of 1s

presque 11 ans il y a

A résolu


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

presque 11 ans il y a

Charger plus