We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65f60 commit aa9a907Copy full SHA for aa9a907
docs/source/index.rst
@@ -44,13 +44,17 @@ Note: this can take about 10 minutes to complete.
44
45
.. tabs::
46
47
- .. group-tab:: Octave
+ .. tab:: Octave
48
49
- octave test.m
+ .. code-block:: shell
50
51
- .. group-tab:: Matlab
+ $ octave test.m
52
53
- matlab -batch test.m
+ .. tab:: Matlab
54
+
55
56
57
+ $ matlab -batch test.m
58
59
- From the Matlab or Octave interactive prompt:
60
0 commit comments