Function tableprint: Difference between revisions

From Octave
Jump to navigation Jump to search
m (→‎Source Code: fix typo in url)
No edit summary
 
Line 31: Line 31:
Distributed under the GNU General Public License v3.0 or later license.
Distributed under the GNU General Public License v3.0 or later license.


[[Category:User Codes]]
[[Category:User Contributed Code]]

Latest revision as of 20:08, 21 January 2022

GNU Octave function for pretty table print with optional TeX output[edit]

Function tableprint for GNU Octave outputs data in pretty table format and it can also output TeX table that is report ready.

Table tableprint.png

Source Code[edit]

Source code for this function is available at: github.com/VAZMFB/GNU-Octave-tableprint

Requirements[edit]

Provided code is tested with GNU Octave 6.4.0.

Usage[edit]

For usage please check provided examples.

Discussion[edit]

Discussion about this function is available at Discourse.

Author and Licensing[edit]

Author: Miloš Petrašinović <mpetrasinovic@mas.bg.ac.rs>

VAZMFB.COM

Department of Aerospace Engineering, Faculty of Mechanical Engineering, University of Belgrade

Distributed under the GNU General Public License v3.0 or later license.