문제를 풀었습니다


Write a function to generate AND operation

대략 1년 전

문제를 풀었습니다


Determina el número de cifras de un número
Crea una función que te devuelva el número de cifras de un número. Algunos ejemplos para ayudarte serían: El número 125 tie...

대략 1년 전

문제를 풀었습니다


Simple Interest : Calculate time in years
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

대략 1년 전

문제를 풀었습니다


Simple Interest : Calculate annual simple interest rate
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

대략 1년 전

문제를 풀었습니다


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

대략 1년 전

문제를 풀었습니다


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

대략 1년 전

문제를 풀었습니다


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

대략 1년 전

문제를 풀었습니다


Normalizing a vector
Normalizing a set of values is an important operation in mathematics, consisting in affinely transforming a set of values in an ...

대략 1년 전

문제를 풀었습니다


Create an array from 1 to x in steps of 1.

대략 1년 전

문제를 풀었습니다


Function substitution (1)
Evaluate the function for the given values of the variables N and t

대략 1년 전

문제를 풀었습니다


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

대략 1년 전

문제를 풀었습니다


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

대략 1년 전

문제를 풀었습니다


Remove the air bubbles from a vector
_*A reduced version of Problem 112*_ Given a column vector v, return a vector w in which all the zeros have "bubbled" to the ...

대략 1년 전

문제를 풀었습니다


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

대략 1년 전

문제를 풀었습니다


Given a Vector v1, create v2 which is the sum of each two adjacent elements in v1. {length(v2)=length(v1)-1}
if v1 is [1 2 3 4 5 6 7 8] then v2 should be [3 5 7 9 11 13 15]. if v1 is [1; 3; 5; 7] the...

대략 1년 전

문제를 풀었습니다


Number Puzzle - 036

대략 1년 전

문제를 풀었습니다


string comparision
compare two strings if both are same return 1 else return 0

대략 1년 전

문제를 풀었습니다


Given a matrix A (size m x n) create a matrix B which consists of matrix A sorted in descending order by columns and then by rows.
--------------- A= [ 2 6 -3 7 12 0 -12 5 1] --------------- B= [12 7 1 6 2 0 5 -3 ...

대략 1년 전

문제를 풀었습니다


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

대략 1년 전

문제를 풀었습니다


Moore-Penrose pseudoinverse of matrix
Find the command for Moore-Penrose pseudoinverse of matrix and solve

대략 1년 전

문제를 풀었습니다


Number Puzzle - 037

대략 1년 전

문제를 풀었습니다


EZ7
EZ

대략 1년 전

문제를 풀었습니다


EZ9
EZ

대략 1년 전

문제를 풀었습니다


EZ8
EZ

대략 1년 전

문제를 풀었습니다


EZZ
EZZ

대략 1년 전

문제를 풀었습니다


Throw common elements of two vector arrays in sorted manner
Throw common elements as output in sorted manner (acending order) of two given input vector arrays

대략 1년 전

문제를 풀었습니다


EZ
EZ

대략 1년 전

문제를 풀었습니다


Change number representation to HEX
Given a number change it's representation to HEX and output it.

대략 1년 전

문제를 풀었습니다


Matrix Transposition
Given a matrix and an index, perform matrix transposition as follows - Replace non-corner value of ith ring from outside, with...

대략 1년 전

문제를 풀었습니다


EZ10
EZ

대략 1년 전

더 보기