summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoravinashlalotra2025-04-04 01:06:42 +0530
committeravinashlalotra2025-04-04 01:06:42 +0530
commit7f353d6d5af1f4d203fe88146f8a649310997c2f (patch)
treebfdb67fab5cd506d9309e24ab935bca1119ad59f
parentc56468d3942d3408ecf46682b93cc5148942c708 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-7f353d6d5af1f4d203fe88146f8a649310997c2f.tar.gz
FOSSEE-Signal-Processing-Toolbox-7f353d6d5af1f4d203fe88146f8a649310997c2f.tar.bz2
FOSSEE-Signal-Processing-Toolbox-7f353d6d5af1f4d203fe88146f8a649310997c2f.zip
fixed : mpoles tests
-rw-r--r--test3.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/test3.sce b/test3.sce
index e9c997a..17cac47 100644
--- a/test3.sce
+++ b/test3.sce
@@ -599,7 +599,7 @@ end
[m,n]=mpoles([2 3 1 1 2]);
mi=[1;1;2;1;2];
-ni=[2;5;1;4;3];
+ni=[2;1;5;3;4];
m=round(m);
n=round(n);