Community Profile

photo

Inho Kim

Last seen: Today Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Please explain this histogram
Hi Nayoung, Typically errors are calculated with L1 (abs(errors)) or L2 ((errors)^2) norms. Meaning that it cancels out signs f...

oltre 4 anni fa | 0

Risposto
could anyone help me to display the values in the matrix which are greater than the average value for the following code
Hi Jaah, You can use logical index. ind = A > D; % find indices when each value of A is bigger than D AA = A(ind); % extr...

oltre 4 anni fa | 0

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

quasi 5 anni fa