summaryrefslogtreecommitdiff
path: root/Tutorial02-Plots/Problems/Tut02.tex
blob: cc6caca8f1eb953dd222c0e1aa1f0cd2ef58e439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}