photo

Ethan Wu


Last seen: 4개월 전 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.

10개월 전

문제를 풀었습니다


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

10개월 전

문제를 풀었습니다


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개월 전

문제를 풀었습니다


"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개월 전

답변 있음
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