photo

Inho Kim

Last seen: 11 Tage vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

Gelöst


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

etwa 5 Jahre vor