diff options
Diffstat (limited to '260/CH10/EX10.11/10_11.sce')
-rw-r--r-- | 260/CH10/EX10.11/10_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/260/CH10/EX10.11/10_11.sce b/260/CH10/EX10.11/10_11.sce new file mode 100644 index 000000000..cc9a71428 --- /dev/null +++ b/260/CH10/EX10.11/10_11.sce @@ -0,0 +1,13 @@ +//Eg-10.11
+//pg-452
+
+clear
+clc
+close()
+
+x = [1 2 3];
+y = [2.5 3.7 1.7];
+
+exec cubicspline.sci
+
+cubicspline(x,y)
|