photo

Ethan Wu


Last seen: 4 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Answered
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 ago | 0