Skip to content

Commit eb65f60

Browse files
author
brandon.nelson
committed
added error faq
1 parent 9140433 commit eb65f60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/source/faq.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Frequently Asked Questions
22
==========================
33

4+
5+
46
1. errors when running with Octave for the first time
57
-----------------------------------------------------
68

@@ -40,3 +42,20 @@ Now retry rerunning the `test.m`
4042
.. code-block:: shell
4143
4244
octave test.m
45+
46+
2. Matlab version errors
47+
------------------------
48+
49+
Both of the error messages below indicate an imcompatible Matlab version (Release before 2016b). To avoid this error consider following the Octave install instructions above
50+
51+
.. code-block:: octave
52+
53+
??? Error using ==> test at 10
54+
Detected version of Matlab: 2007b < (2016b)
55+
56+
or
57+
58+
.. code-block:: octave
59+
60+
??? Error: File: ~/LCD_CT/demo_01_singlerecon_LCD.m Line: 13 Column: 14
61+
The input character is not valid in MATLAB statements or expressions.

0 commit comments

Comments
 (0)