\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}