Community Profile

photo

Utku Gulbulak


Last seen: 30 giorni fa Attivo dal 2016

Followers: 0   Following: 0

Home is where the MATLAB is

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

Statistiche

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre 7 anni fa