photo

Ahmet Burhan Baglar


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

circa 4 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 4 anni fa