Community Profile

photo

Viranch Patel

MathWorks

Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Solver
  • Revival Level 1
  • First Answer

バッジを表示

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

2年以上 前

解決済み


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]

2年以上 前