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....

ongeveer 5 jaar 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...

ongeveer 5 jaar 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...

ongeveer 5 jaar 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.

ongeveer 5 jaar ago

Solved


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

ongeveer 5 jaar 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.

ongeveer 5 jaar 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 ...

ongeveer 5 jaar ago

Solved


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

ongeveer 5 jaar 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...

ongeveer 5 jaar 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...

meer dan 5 jaar 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] .....

meer dan 5 jaar ago | 1 answer | 0

1

answer