Community Profile

photo

Tomas Zegard


自 2016 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • First Review
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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

8 years 前

提问


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 前 | 1 个回答 | 0

1

个回答