解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


Bruh
Return 'bruh'.

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


calculate accleration
Cal accleration for given time and distance

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


Sum of a vetor
y = vectorsum(x)

11年弱 前

解決済み


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.

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

問題


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

11年弱 前 | 1 | 422 個のソルバー

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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]

11年弱 前

解決済み


Array
Create a 3 by 3 array of 1s

11年弱 前

解決済み


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

11年弱 前

さらに読み込む