From 36c51a9e198872010ce69346b280fdc6a9d3f57c Mon Sep 17 00:00:00 2001 From: L_DelOff <51275636+LDelOff@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:01:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B0=D1=81=D1=87=D1=91=D1=82=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=BB=D0=BE=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analysis.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis.m b/analysis.m index 458e416..f8f0120 100644 --- a/analysis.m +++ b/analysis.m @@ -96,7 +96,7 @@ L2=Q2+param.k*(Q3-Q1); out=[]; for i=1:length(y) if (y(i)<=L1)||(y(i)>=L2)&&(isnan(y(i))) - out(i)=(y(i)-Q2)*100/(L1-Q2);% отклонение в процентах + out(i)=(y(i)-Q2)*100/(L1-Q2)-100;% отклонение в процентах %out(i)=1; else out(i)=0;