Community Profile

photo

Utku Gulbulak


Last seen: 25 dagen ago Active since 2016

Followers: 0   Following: 0

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

Feeds

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

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

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

meer dan een jaar ago

Solved


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

meer dan een 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.

meer dan een 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 ...

meer dan een jaar ago

Solved


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

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

meer dan 7 jaar ago