Community Profile

photo

Tomas Zegard


Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


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.

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

8 years ago

Solved


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]

8 years ago

Solved


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

8 years ago

Question


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

8 years ago | 1 answer | 0

1

answer