Community Profile

photo

Inho Kim

Last seen: 7 días hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

All
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

más de 4 años hace | 0

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

más de 4 años hace | 0

Resuelto


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

casi 5 años hace