Community Profile

photo

Frank Chen


Shijiazhuang Railway University

2016년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • Solver

배지 보기

Feeds

보기 기준

질문


To a Vector,How to make the function "sort" by Simulink?
[Y, Index] = sort(u,2); Min_value1 = Y(1); Min_value2 = Y(2); Min_i1 = Index(1); Min_i2 = Index(2); Max_value1 = Y(...

거의 8년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

거의 8년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 8년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 8년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 8년 전