Community Profile

photo

Utku Gulbulak


Last seen: 4 days ago Active since 2016

Home is where the MATLAB is

Programming Languages:
Python, C++, C, Javascript, MATLAB, HTML, Arduino

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Scavenger Finisher
  • Solver
  • Commenter

View badges

Content Feed

View by

Question


Preview function looks darker after initial use
Hello, I have been using the image acquisition toolbox with a GigE camera (Basler ace acA2000-50gm, 8-bit Mono). In the workflo...

1 year ago | 1 answer | 0

1

answer

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

1 year ago

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. <<https://i.imgu...

1 year ago

Solved


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

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

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

1 year ago

Solved


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

1 year ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago