Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

5 years ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5 years ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

5 years ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

5 years ago

Solved


Return area of square
Side of square=input=a Area=output=b

5 years ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Question


How to fix color data min/max (constant) in colormap editor?
Dear, I have 1 frame, containing 400 images. Link download if you want to try: https://drive.google.com/open?id=1lHMUzYB6xV...

5 years ago | 1 answer | 0

1

answer

Question


Auto save figure from frame data-set
I would like to draw and autosave the surface form frame data-set (151x151x800) Therefore, here is my question: Input: frame d...

5 years ago | 1 answer | 0

1

answer

Question


Rearrange matrix and combination issues
I have 10 matrix(1x7) (Ei, i=1:10) like this Firstly, I want to combine to make a new matrix with 2 column [E1,E2] [E1,E3] .....

5 years ago | 1 answer | 0

1

answer