-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded some functions. Better compatibility with Octave
* More consistent behaviour of the `im2col` function in MATLAB and in Octave * New section in the specification document about Octave compatibility * `bitand`, `bitor`, `bitxor`, `lcm`, `gcd` now with singleton expansion * Online help format compatible with Octave and Matlab versions older than 7.13
- Loading branch information
Showing
13 changed files
with
86 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# MATL | ||
A programming language based on MATLAB and suitable for code golfing | ||
|
||
The compiler works in MATLAB R2015b. Probably in older versions too, except for some specific functions. | ||
The compiler works in MATLAB R2015b. Probably in older versions too, except for some specific functions. It is also compatible with Octave 4.0.0. The compiler tries to ensure consistent behaviour in both platforms. | ||
|
||
Installation: unpack the compressed file to a folder, and make that folder part of MATLAB's path. | ||
Installation: unpack the compressed file to a folder, and make that folder part of MATLAB's or Octave's search path. | ||
|
||
Test: running `matl 10:t!*` from the MATLAB command window should produce a decimal multiplication table. | ||
Test: running `matl 10:t!*` from the command window should produce a decimal multiplication table. | ||
|
||
Usage: see [specification document](https://github.com/lmendo/MATL/blob/master/MATL_spec.pdf). |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,6 +157,7 @@ X9 | |
10 'v5uniform' | ||
11 'v5normal' | ||
12 'v4' | ||
20 'seed' | ||
|
||
|
||
Y0 | ||
|