diff options
Diffstat (limited to 'Tutorial02-Plots/Problems')
-rw-r--r-- | Tutorial02-Plots/Problems/Tut02.pdf (renamed from Tutorial02-Plots/Problems/Tut2.pdf) | bin | 29099 -> 29258 bytes | |||
-rw-r--r-- | Tutorial02-Plots/Problems/Tut02.tex | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Tutorial02-Plots/Problems/Tut2.pdf b/Tutorial02-Plots/Problems/Tut02.pdf Binary files differindex ddc5da8..a159ad2 100644 --- a/Tutorial02-Plots/Problems/Tut2.pdf +++ b/Tutorial02-Plots/Problems/Tut02.pdf diff --git a/Tutorial02-Plots/Problems/Tut02.tex b/Tutorial02-Plots/Problems/Tut02.tex new file mode 100644 index 0000000..cc6caca --- /dev/null +++ b/Tutorial02-Plots/Problems/Tut02.tex @@ -0,0 +1,17 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} +\title{Problems for Tutorial-02: Scientific Plotting} +\date{} +\maketitle +\begin{enumerate} +\item Write a Scilab script to plot the data in Tut2Problem.csv. +The first column is the x-axes data. Use proper legends and labels. +(If required use semilog/loglog plot). +\item Save a print quality pdf file of the figure generated. Name the +file Tut2fig1.pdf. +\end{enumerate} +\end{document}
\ No newline at end of file |