From 2de1b54ba92ad8e42d7ef9d488be46950a58f7c1 Mon Sep 17 00:00:00 2001 From: xdemenchuk Date: Mon, 29 Nov 2021 18:18:41 -0500 Subject: [PATCH] typo.... not sure how this didn't come up earlier but ok --- SimPkg_F21(student_ver)/xenia_nonlinearopt.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPkg_F21(student_ver)/xenia_nonlinearopt.m b/SimPkg_F21(student_ver)/xenia_nonlinearopt.m index 96a3182..56d03ca 100644 --- a/SimPkg_F21(student_ver)/xenia_nonlinearopt.m +++ b/SimPkg_F21(student_ver)/xenia_nonlinearopt.m @@ -232,7 +232,7 @@ function [lb, ub] = bounds(start_idx, end_idx) end - for i=1:start_idx:end_idx + for i=start_idx:end_idx ub=[ub;ub_u]; lb=[lb;lb_u]; end