From 7f9cd8f3627c0a88b9f3c6514d326feb1edeb546 Mon Sep 17 00:00:00 2001 From: "dmy@lab" Date: Wed, 22 Apr 2015 11:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E7=BA=BF=E8=B7=AF=E5=92=8C=E5=8F=98?= =?UTF-8?q?=E5=8E=8B=E5=99=A8=E6=94=AF=E8=B7=AF=E7=BA=BF=E6=8D=9F=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E7=BB=93=E6=9E=9C=E4=BB=8Esparse=E6=94=B9=E6=88=90ful?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lineloss.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lineloss.m b/Lineloss.m index ef7eae1..f2c1428 100644 --- a/Lineloss.m +++ b/Lineloss.m @@ -35,6 +35,5 @@ ss=Volt(Branchi)'.^2.*(Branchg) %% dispTransloss=[Transi Transj real(deltTransS)*100 imag(deltTransS)*100]; dispTransloss=sortrows(dispTransloss,-3); -dispLineloss=full(dispLineloss); -dispTransloss=full(dispTransloss); +full(dispTransloss); end \ No newline at end of file