A résolu


Find Logic 23

plus de 5 ans il y a

A résolu


Find Logic 24

plus de 5 ans il y a

A résolu


Find Logic 28

plus de 5 ans il y a

A résolu


Falling on the Moon.

plus de 5 ans il y a

A résolu


Find the standard deviation of an array

plus de 5 ans il y a

A résolu


Summation of integers

plus de 5 ans il y a

A résolu


Place numbers
Given two input first input is a matrix which consist of the index numbers of the second input vector. You place the second inpu...

plus de 5 ans il y a

A résolu


sparse_matrix
You convert a vector to a sparse matrix. for example *x* =[1 2 3]; output will be *y* = [1 0 0 ...

plus de 5 ans il y a

A résolu


Zero Cross
Write a function that counts the number of times n a signal x changes sign. Examples x = [1 2 -3 -4 5 6 -7 8 -9 10 11] ...

plus de 5 ans il y a

A résolu


Vector to 3-Column Matrix
Consider a vector *A* such as A = [1 2 3 3 4 5 6] Can you convert this vector to a three-column matrix like this: ...

plus de 5 ans il y a

A résolu


sign function

plus de 5 ans il y a

A résolu


High school cafeteria
Given an input vector of positive integers, return a row vector with the primes first (in increasing order) and the composites n...

plus de 5 ans il y a

A résolu


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

plus de 5 ans il y a

A résolu


Volume of cone

plus de 5 ans il y a

A résolu


Find the y=(1:x)
Look at the question

plus de 5 ans il y a

A résolu


Perimeter of a Triangle

plus de 5 ans il y a

A résolu


find the answer

plus de 5 ans il y a

A résolu


find the answer

plus de 5 ans il y a

A résolu


calculate Compound Intrest
Calculate Compound Intrest for given data

plus de 5 ans il y a

A résolu


行列内の素数の平均をとろう
行列が与えられたときに、その行列内の素数の平均を計算する関数を作成しましょう。 例: 入力の行列が in = [ 8 3            5 9 ] のとき、 出力が 4 あるいは (3+5)/2 のようになり...

plus de 5 ans il y a

A résolu


Perimeter of a square!
Calculate the circumference of the square whose side is n

plus de 5 ans il y a

A résolu


divide by 5

plus de 5 ans il y a

A résolu


Volume of a sphere

plus de 5 ans il y a

A résolu


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

plus de 5 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

plus de 5 ans il y a

A résolu


find the value

plus de 5 ans il y a

A résolu


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

plus de 5 ans il y a

A résolu


文字列の最初と最後の文字だけ抜き出しましょう。
文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。 例: stringfirstandlast('borin...

plus de 5 ans il y a

Charger plus