Function tableprint: Difference between revisions

No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Source Code ==
== Source Code ==


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


== Requirements ==
== Requirements ==
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 outputEdit

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

 

Source CodeEdit

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

RequirementsEdit

Provided code is tested with GNU Octave 6.4.0.

UsageEdit

For usage please check provided examples.

DiscussionEdit

Discussion about this function is available at Discourse.

Author and LicensingEdit

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.