Community Profile

photo

Frank Chen


Shijiazhuang Railway University

Active since 2016

Statistics

All
  • First Review
  • Solver

View badges

Content Feed

View by

Question


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

bijna 8 jaar ago | 0 answers | 0

0

answers

Solved


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

bijna 8 jaar ago

Solved


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

bijna 8 jaar ago

Solved


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

bijna 8 jaar ago

Solved


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

bijna 8 jaar ago