diff options
Diffstat (limited to 'Tutorial2/Scilab_code/Tutotial2_plotting.sce')
-rw-r--r-- | Tutorial2/Scilab_code/Tutotial2_plotting.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tutorial2/Scilab_code/Tutotial2_plotting.sce b/Tutorial2/Scilab_code/Tutotial2_plotting.sce index 4b0fe59..b191b80 100644 --- a/Tutorial2/Scilab_code/Tutotial2_plotting.sce +++ b/Tutorial2/Scilab_code/Tutotial2_plotting.sce @@ -15,6 +15,6 @@ x4 = Data(:,5); //Plotting y versus x1 plot(y,x1); -//For labelling axes and adding a title to the plot -xtitle('Plot of y versus x1','Time','Length'); + + |