photo

Ethan Wu


Last seen: 7 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已解决


Find max
Find the maximum value of a given vector or matrix.

12 months 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

12 months 前

已解决


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

12 months 前

已解决


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

12 months 前

已回答
how to convert autosar parameters to constant
When you mapping AUTOSAR ,You can try map CalParm_test to ConstantMemory,maybe you will get what you want.And actualluy,when you...

3 years 前 | 0