Community Profile

photo

Lim Junha


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

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

7 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

7 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years ago

Question


problem with using GPU in matlab
Hi i have a problem with using GPU in matlab. I bought GTX 1050 ti last week and connected to my computer. After then, i ran a...

7 years ago | 1 answer | 0

1

answer

Solved


Min of a Matrix
Return the minimum value in the given matrix.

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

7 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

7 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago