Community Profile

photo

Julia Radoszycki


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Review
  • Solver

查看徽章

Feeds

排序方式:

已解决


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

7 years 前

已解决


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

7 years 前