/adjustBoxDim

set properties of a figure to use in papers.

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

adjustBoxDim

set properties of a figure to use in papers. This is a Class for Publication Quality Plot in Matlab.

Table of Contents

Introdunction

The Matlab can plot almost all kinds of figures, e.g. statistical graph, scatter plot, but the figures created by Matlab default function are inappropriate to use in pubilcation papers directly.

This class is created for adjust the position of the figure created by Matlab.

Back to top

requirements

  • Matlab 2019a and later

Back to top

How to use the class

x  = [1,2,3,5,8,7];
f = figure;
plot(x);
handle = adjustBoxDim(f);

Back to top

How to fix/report bugs

To fix a bug Fork the adjustBoxDim, Edit the code and make the appropriate change, and then Pull it so that we evaluate it.

Keep in mind that some bugs may exist in the Matlab, in case you are not receiving the expected results.

Back to top

License

  • GNU GENERAL PUBLIC LICENSE Version 3

Back to top

Contributors

Back to top

Acknwledgements

The author thanks K M Masum Habib (http://masumhabib.com) who contributes a good tool to plot in Matlab.

Back to top

Reference

Back to top