문제를 풀었습니다


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년 전

더 보기