photo

Ethan Wu


Last seen: 7ヶ月 前 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ヶ月 前

解決済み


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

12ヶ月 前

解決済み


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ヶ月 前

解決済み


"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ヶ月 前

回答済み
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年以上 前 | 0