Community Profile

photo

Utku Gulbulak


Last seen: etwa ein Monat vor Aktiv seit 2016

Followers: 0   Following: 0

Home is where the MATLAB is

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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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.

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als 7 Jahre vor