Community Profile

photo

Inho Kim

Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

Solved


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

nästan 5 år ago