summaryrefslogtreecommitdiff
path: root/tests/examplefiles/matlabsession_sample.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/matlabsession_sample.txt')
-rw-r--r--tests/examplefiles/matlabsession_sample.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/examplefiles/matlabsession_sample.txt b/tests/examplefiles/matlabsession_sample.txt
deleted file mode 100644
index 1b33c9c4..00000000
--- a/tests/examplefiles/matlabsession_sample.txt
+++ /dev/null
@@ -1,37 +0,0 @@
->>
->>
->> a = 'okay'
-
-a =
-
-okay
-
->> x = rand(3) % a matrix
-
-x =
-
- 0.8147 0.9134 0.2785
- 0.9058 0.6324 0.5469
- 0.1270 0.0975 0.9575
-
->> 1/0
-
-ans =
-
- Inf
-
->> foo
-??? Undefined function or variable 'foo'.
-
->>
->>
->> {cos(2*pi), 'testing'}
-
-ans =
-
- [1] 'testing'
-
->>
->>
->>
-