From 9549330a1a07fb8a43b8678b38c3033568815ed5 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:05:58 +0000 Subject: [PATCH] Remove verified TODO comment in lab11.m Removed the `% TODO: compute coef` comment since the coefficient computation is completely implemented. Co-authored-by: tsainez <13399044+tsainez@users.noreply.github.com> --- matlab/lab11.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/lab11.m b/matlab/lab11.m index 491f192..b56441d 100644 --- a/matlab/lab11.m +++ b/matlab/lab11.m @@ -33,7 +33,6 @@ figure(1), subplot(1, 2, 1); imshow(imresize(x, 4)); title('input'); -% TODO: compute coef x = x(:); coef = U' * (x - x_bar);