已解决


NaN

2 years 前

已解决


Set zero

2 years 前

已解决


Swap rows

2 years 前

已解决


Insert zeros

2 years 前

已解决


find the height

2 years 前

已解决


Size

2 years 前

已解决


Factorial

2 years 前

已解决


imaginary

2 years 前

已解决


Draw a x-by-x matrix British flag (Euro 2020)
Draw a x-by-x matrix 'British flag' using '0' and '1'.(x is odd and bigger than 4) x = 5 answer = [0 0 1 0 0 ...

2 years 前

已解决


Min-Max digit

2 years 前

已解决


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

2 years 前

已解决


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

2 years 前

已解决


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

2 years 前

已解决


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

2 years 前

已解决


Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (doub...

2 years 前

已解决


Digits Multiplication
Your function should calculate the product of the digits of a positive given integer excluding any zeroes. Example: the result ...

2 years 前

已解决


Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two r...

2 years 前

已解决


Swap

2 years 前

已解决


Test

2 years 前

已解决


step function

2 years 前

已解决


Remnant

2 years 前

已解决


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

2 years 前

已解决


Sort numbers by outside digits
Sort the array so that they are sorted as if their value was a 5 digit number made from the first three and last two digits of t...

2 years 前

已解决


Find the maximum two numbers of every column of a matrix
Find the maximum two numbers of every column of a matrix. Example: If we input a matrix A = [ 1 2 4 6 0 3 ...

2 years 前

已解决


Tridiagonal
Return an n-by-n matrix that has a, b, c as the subdiagonal, main diagonal, and superdiagonal entries in the matrix. Example ...

2 years 前

已解决


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

2 years 前

已解决


Convert binary numbers to hexadecimal numbers
Function must convert the input vector x composed of 0 and 1 (length is a multiple of 8) in hexadecimal. Most significant bit is...

2 years 前

已解决


Find longest run
Write a function longest_run that takes as input an array of 0's and 1's and outputs the length and index of the longest consecu...

2 years 前

已解决


Angular Velocity

2 years 前

已解决


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

2 years 前

加载更多