已解决


Removing vibration!
There are [y] that vary with [x] but y including small useless vibration. x=1:10 y=[1.71 2.03 3.28 4.05 5.10 6.82 7.69 8.3...

8 years 前

已解决


Delete useless part of data
When someone deals with big data. if the person delete useless part, calculation will be more faster than before deleting. De...

8 years 前

已解决


Extract a part of matrix!
There is matrix A A=[1 2 3; 4 5 6; 7 8 9] Extract a part of matrix A from (2,2) to (3,3). Result should...

8 years 前

已解决


how to find unique values in matrix
how to find unique values in matrix for give x matrix.

8 years 前

已解决


Sort matrix a according to ascending order of B!
To be specific, A=[9 3 1 3] B=[1 3 2 4] are provided, ascending sorting of B is [B(1) B(3) B(2) B(4)]. Thus ...

8 years 前

已解决


Resort number using given index!
Resort matrix [a] using given index [b]. For example, if a=[2 5 3 5]; b=[4 1 2 3]; , the result is [5 2 5 3]. (hint: y...

8 years 前

已解决


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

8 years 前

已解决


The mean of the population
Find the mean of the population.

8 years 前

已解决


Determine Size of Matrix
Use any function that would output size of matrix

8 years 前

已解决


Check given number is odd or even
Using input [x], check given number is odd or even if x is odd, output should be true.

8 years 前

已解决


Sum of Optimus
Get the sum of primes :)

8 years 前

已解决


how to find eigen values of given matrix?
how to find eigen values of given matrix?

8 years 前

已解决


how to find absolute value of a given number?
how to find absolute value of a given number?

8 years 前

已解决


how to sort given vector in matlab?
how to sort given vector in matlab?

8 years 前

已解决


How find transpose of a matrix?
How find transpose of a matrix?

8 years 前

已解决


how to find size of a matrix?
how to find size of a matrix?

8 years 前

已解决


Create cosine function out of sine
Please dont use cos(x) directly

8 years 前

已解决


Create sine function out of cosine
Please don't use sin(x) directly

8 years 前

已解决


Create tangent function out of cosine only
Please don't use tangent and sine functions

8 years 前

已解决


Create tangent function out of sin and cos
Please don't use tan(x) directly

8 years 前

已解决


Create tangent function out of sine function only
Please don't use cosine and tangent functions

8 years 前

已解决


Convert degrees to radians
Given input in degrees, output to radians

8 years 前

已解决


Convert radians to degrees
Given input in radians, output to degrees

8 years 前

已解决


Encode Me From The Past
Given this input x = 2, 5, 1, 2, 4, 1, 1, 3 output should be (Five 2's, Two 1's, One 4, Three 1's) [2 2 2 2 2 1 1 4 1 1 1]

8 years 前

已解决


Create a code for XNOR
Given two inputs, output XNOR of those two

8 years 前

已解决


A shooting competition
In a shooting competition, the target is a square of side L containing a circle of radius R<=L/2. A player scores one point if h...

8 years 前

已解决


Modified run-length companion vector
Given a vector x, return a vector that indicates the run length of any value in x. Each element in output vector shows how many ...

8 years 前

已解决


Find the outcast
All pairs have the same difference except for one. Output the index of the latter Example: input =[0 1; 1 0; 2 3; 4 5;] ou...

8 years 前

已解决


Interpolate scattered data.
Most data was scattered, and there is no gird. There are three data [c] in three different area [x,y]. x=[1 3 4]; y=[1 ...

8 years 前

已解决


Persistence will help you solve almost any problem.
Create a function without inputs that adds one to the output every time it is called. a = counterfun; disp(a) >> 1 ...

8 years 前

加载更多