已解决


Find Logic 30

5 years 前

问题


Find Logic 30

5 years 前 | 2 | 175 个解题者

已解决


Pattern matching
Given a matrix, m-by-n, find all the rows that have the same "increase, decrease, or stay same" pattern going across the columns...

5 years 前

已解决


Find Logic 27

5 years 前

问题


Find Logic 27

5 years 前 | 2 | 214 个解题者

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

5 years 前

已解决


Find Logic 26

5 years 前

问题


Find Logic 26

5 years 前 | 4 | 166 个解题者

已解决


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

5 years 前

已解决


Find Logic 26

5 years 前

问题


Find Logic 26

5 years 前 | 1 | 179 个解题者

已解决


Magic!
Check whether the input matrix is a normal magic square: <http://en.wikipedia.org/wiki/Magic_square> Output the logical va...

5 years 前

已解决


Find Logic 26

5 years 前

问题


Find Logic 26

5 years 前 | 1 | 214 个解题者

已解决


Find Logic 25

5 years 前

问题


Find Logic 25

5 years 前 | 0 | 214 个解题者

已解决


Find Logic 24

5 years 前

问题


Find Logic 24

5 years 前 | 0 | 189 个解题者

已解决


Find Logic 23

5 years 前

问题


Find Logic 23

5 years 前 | 1 | 253 个解题者

已解决


kmph to mps
convert kilometer per hour to meter per second

5 years 前

已解决


Find Logic 22

5 years 前

问题


Find Logic 22

5 years 前 | 0 | 261 个解题者

已解决


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

5 years 前

已解决


vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.

5 years 前

已解决


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

5 years 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

5 years 前

已解决


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

5 years 前

已解决


Array of Ones
Create a 100 X 100 array of ones.

5 years 前

已解决


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

5 years 前

加载更多