diff options
author | chayan | 2018-10-06 19:06:12 +0530 |
---|---|---|
committer | chayan | 2018-10-06 19:06:12 +0530 |
commit | 7023acd7229cd8df3a7e79cd01546cb185c92788 (patch) | |
tree | 810c6663289ac50423b3e473dbb12ebed72a119e /Tutorial02-Plots/Problems | |
parent | c0bdd3485c8de79328424d9c9bc5c72f95230187 (diff) | |
download | scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.gz scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.bz2 scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.zip |
Solutions_updated
Diffstat (limited to 'Tutorial02-Plots/Problems')
-rw-r--r-- | Tutorial02-Plots/Problems/SolPrblm2.pdf | bin | 0 -> 15241 bytes | |||
-rw-r--r-- | Tutorial02-Plots/Problems/Tut02.pdf | bin | 18426 -> 40225 bytes | |||
-rw-r--r-- | Tutorial02-Plots/Problems/Tut02.tex | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/Tutorial02-Plots/Problems/SolPrblm2.pdf b/Tutorial02-Plots/Problems/SolPrblm2.pdf Binary files differnew file mode 100644 index 0000000..489f4d0 --- /dev/null +++ b/Tutorial02-Plots/Problems/SolPrblm2.pdf diff --git a/Tutorial02-Plots/Problems/Tut02.pdf b/Tutorial02-Plots/Problems/Tut02.pdf Binary files differindex 36a41d5..024df45 100644 --- a/Tutorial02-Plots/Problems/Tut02.pdf +++ b/Tutorial02-Plots/Problems/Tut02.pdf diff --git a/Tutorial02-Plots/Problems/Tut02.tex b/Tutorial02-Plots/Problems/Tut02.tex index 88e010d..9149981 100644 --- a/Tutorial02-Plots/Problems/Tut02.tex +++ b/Tutorial02-Plots/Problems/Tut02.tex @@ -3,6 +3,8 @@ \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} +\usepackage{pdfpages} +\usepackage{graphicx} \usepackage[varg]{txfonts} \begin{document} \title{Problems for Tutorial-02: Scientific Plotting} @@ -15,4 +17,9 @@ The first column is the x-axes data. Use proper legends and labels. \item Save a print quality pdf file of the figure generated. Name the file \verb'Tut2fig1.pdf'. \end{enumerate} +{\bf Solution:} This is a semilog plot. +\begin{figure}[ht!] +\centering{ +\includegraphics[scale=0.31]{SolPrblm2.pdf}} +\end{figure} \end{document} |