photo

sjhstone


Last seen: 11 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 1
  • Revival Level 2
  • Solver
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

4 years 前

已解决


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

4 years 前

已解决


Create a vector
Create a vector from 0 to n by intervals of 2.

4 years 前