Community Profile

photo

Frank Chen


Shijiazhuang Railway University

Attivo dal 2016

Followers: 0   Following: 0

Contatto

Statistiche

All
  • First Review
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 8 anni fa | 0 risposte | 0

0

risposte

Risolto


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

quasi 8 anni fa

Risolto


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

quasi 8 anni fa

Risolto


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

quasi 8 anni fa

Risolto


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

circa 8 anni fa