Community Profile

photo

Tomas Zegard


Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • First Review
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

fast 8 Jahre 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...

fast 8 Jahre vor

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

fast 8 Jahre vor

Gelöst


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

fast 8 Jahre vor

Frage


GUI showing axes in the background when using "print" or "saveas"
I built a GUI that processes some data and outputs the results (figures with some subplots) to PDF/EPS/PNG. The issue is that...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort