문제를 풀었습니다


Repeat the entries of the vector to their reference times in the vector.
e.g for input x: [ 7 3 9 5] output y: [ 7 3 3 9 9 9 5 5 5 5]

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Total resistance of a network of resistors in series and parallel
What is the total resistance of a network of resistors in series and in parallel? A matrix R contains the resistances (in Ohm) ...

대략 1년 전

문제를 풀었습니다


Number Puzzle - 050

대략 1년 전

문제를 풀었습니다


Number Puzzle - 083

대략 1년 전

문제를 풀었습니다


Calculating the total earnings of a factory
The row vector, prods contains the number of various products manufactured per hour. The second row vector, prices holds values ...

대략 1년 전

문제를 풀었습니다


Minimum Maximum Sort Array
sort one array by put minimum value followed by maximum as follow a=[2 3 1 5] and the solution is y=[1 5 2 3 3 2 5 1];

대략 1년 전

문제를 풀었습니다


Calculate vowel / consonant ratio of a string
Given a string, calculate the ratio of vowels to consonants for example : x = 'This is a very good Day!' y = 7/11

대략 1년 전

문제를 풀었습니다


Variance computation (★★★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

대략 1년 전

문제를 풀었습니다


Falling on the Moon.

대략 1년 전

문제를 풀었습니다


Find the second biggist number in a vector or a matrix

대략 1년 전

문제를 풀었습니다


Number Puzzle - 025

대략 1년 전

문제를 풀었습니다


Area of Cylindrical Shell
Consider a cylinder with a non-zero thickness with an inner radius of r1 and an outer radius of r2. If the height of the cylinde...

대략 1년 전

문제를 풀었습니다


find location of indexes
Given a vector with integer values. Find the edge location of the stream of same value. For example: A=[0 0 0 1 1 1 1 2 2 ...

대략 1년 전

문제를 풀었습니다


provide the numerical answer to these number questions...
return a row matrix containing the sorted numbers which answer the following questions: a) what is the first Knuth number to...

대략 1년 전

문제를 풀었습니다


Classification metrics

대략 1년 전

문제를 풀었습니다


Accessing value of variable whose name is stored in another variable as string.
Accessing value of variable whose name is stored in another variable as string. for example: var1=n; var2='var1'; %Assigning...

대략 1년 전

문제를 풀었습니다


Find the number that has most primes those less than it
Given an vector x of integer numbers, find the element of x that has the most primes less than it.

대략 1년 전

문제를 풀었습니다


Find the binary code
Given a sinusoidal signal, create a function that returns the binary code of a quantized value. The function takes the bit lengt...

대략 1년 전

문제를 풀었습니다


¡Busca el extremo!
Crea una función que calcule el extremo de una parábola (máximo o mínimo absoluto) cuyos datos son proporcionados por el usuario...

대략 1년 전

문제를 풀었습니다


How to permute given 3d matrix?
A(:,:,1)=[1 3] A(:,:,2)=[2 2] A(:,:,3)=[4 3] Change rows to columns and columns to rows, similar to transpose. Resul...

대략 1년 전

문제를 풀었습니다


Find the index of elements in a string vector
In the vector of v, find the index of elements specified by a. v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"]; ...

대략 1년 전

문제를 풀었습니다


A times B
A times B

대략 1년 전

문제를 풀었습니다


String Logic 13
Examples: 'CAT' --> 'TCA' 'DOG' --> 'OGD' 'ROSY' --> 'YSRO' 'MOSTLY' --> 'YTSOML'

대략 1년 전

문제를 풀었습니다


Number Puzzle - 091

대략 1년 전

문제를 풀었습니다


Number Puzzle - 090

대략 1년 전

문제를 풀었습니다


Calculate Triangle Area, A, B and Gamma is given.

대략 1년 전

문제를 풀었습니다


Number Puzzle - 077

대략 1년 전

문제를 풀었습니다


Number Puzzle - 079

대략 1년 전

문제를 풀었습니다


Number Puzzle - 056

대략 1년 전

더 보기