문제를 풀었습니다


Add consecutive integer numbers
Given consecutive numbers, add the numbers *without using the sum command in MATLAB.*

대략 4년 전

문제를 풀었습니다


Summation of integers

대략 4년 전

문제를 풀었습니다


Calculate the structural rank of a 2-by-4 matrix.

대략 4년 전

문제를 풀었습니다


print

대략 4년 전

문제를 풀었습니다


sign function

대략 4년 전

문제를 풀었습니다


Number Power
Raise a number to itself.

대략 4년 전

문제를 풀었습니다


Get the side length by using the law of cosines.

대략 4년 전

문제를 풀었습니다


imaginary

대략 4년 전

문제를 풀었습니다


Real

대략 4년 전

문제를 풀었습니다


NaN

대략 4년 전

문제를 풀었습니다


Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector

대략 4년 전

문제를 풀었습니다


Diagonal Prod

대략 4년 전

문제를 풀었습니다


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

대략 4년 전

문제를 풀었습니다


Find The Difference
Vector x is given.calculate the difference between the biggest and the smallest number that we can create from elements of x. f...

대략 4년 전

문제를 풀었습니다


Find the area of a triangle having vertices (A,B), (C,D), and (E,F)
Find the area of a triangle using if we have the three vertices of the triangle

대략 4년 전

문제를 풀었습니다


Return elements unique to either input
Given two numeric inputs a and b, return a row vector that contains the numbers found in only a or only b, but not both. For ex...

대략 5년 전

문제를 풀었습니다


Kaprekar numbers
Test if the input is a Kaprekar number: <http://mathworld.wolfram.com/KaprekarNumber.html>. Return a logical true or false. ...

대략 5년 전

문제를 풀었습니다


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

대략 5년 전

문제를 풀었습니다


Convert hex color specification to MATLAB RGB
Here's something that comes up all the time if you deal with web pages. Given a <http://www.w3schools.com/html/html_colors.as...

대략 5년 전

문제를 풀었습니다


Enlarge array
Given an m-by-n numeric array (A) and a 1-by-2 vector (sz) indicating the dimensions [p q] to enlarge each element, return an (m...

대략 5년 전

문제를 풀었습니다


Bruh
Return 'bruh'.

대략 5년 전

문제를 풀었습니다


Find out value of polynomial at different value.
Find out value of polynomial at different value. Example p(s) = s + 8 For s=0, value is 8.

대략 5년 전

문제를 풀었습니다


Create an 'arrow-head" matrix
Write a function that when given an odd number, produces an arrow-head function pointing to the right. Examples n = 3 ...

대략 5년 전

문제를 풀었습니다


Variable_Addition
be able to add any variable to the number one

대략 5년 전

문제를 풀었습니다


Sum of series IX

대략 5년 전

문제를 풀었습니다


Sum of series VIII

대략 5년 전

문제를 풀었습니다


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

대략 5년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

대략 5년 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

대략 5년 전

더 보기