Function tableprint: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== GNU Octave function for pretty table print with optional TeX output == Function tableprint for GNU Octave outputs data in pretty table format and it can also output TeX ta...") |
|||
Line 7: | Line 7: | ||
== Source Code == | == Source Code == | ||
Source code for this | Source code for this function is available at: [https://github.com/VAZMFB/GNU-Octave-tableprint hgithub.com/VAZMFB/GNU-Octave-tableprint] | ||
== Requirements == | == Requirements == |
Revision as of 19:40, 16 January 2022
GNU Octave function for pretty table print with optional TeX output
Function tableprint for GNU Octave outputs data in pretty table format and it can also output TeX table that is report ready.
Source Code
Source code for this function is available at: hgithub.com/VAZMFB/GNU-Octave-tableprint
Requirements
Provided code is tested with GNU Octave 6.4.0.
Usage
For usage please check provided examples.
Discussion
Discussion about this function is available at Discourse.
Author and Licensing
Author: Miloš Petrašinović <mpetrasinovic@mas.bg.ac.rs>
Department of Aerospace Engineering, Faculty of Mechanical Engineering, University of Belgrade
Distributed under the GNU General Public License v3.0 or later license.