Community Profile

photo

Utku Gulbulak


Last seen: alrededor de 1 mes hace Con actividad desde 2016

Followers: 0   Following: 0

Home is where the MATLAB is

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

Estadísticas

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

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 7 años hace