From 4bd28238003609980b66edbd25dae9239a237843 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 27 Jul 2017 18:29:25 +0530 Subject: Nanmin and Nanmean added --- demos/Brijesh_Demos/test_addition.sci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 demos/Brijesh_Demos/test_addition.sci (limited to 'demos/Brijesh_Demos/test_addition.sci') diff --git a/demos/Brijesh_Demos/test_addition.sci b/demos/Brijesh_Demos/test_addition.sci new file mode 100644 index 00000000..f70f0aff --- /dev/null +++ b/demos/Brijesh_Demos/test_addition.sci @@ -0,0 +1,8 @@ +function test_addition() + a = 1; + b = 2; + d = float(b); + e = float(a) + c = e+d; + disp(c); +endfunction -- cgit