diff options
author | Chayan Bhawal | 2018-09-27 15:35:36 +0530 |
---|---|---|
committer | Chayan Bhawal | 2018-09-27 15:35:36 +0530 |
commit | 168f3114992f59d8782730ce47cb6911c62038ec (patch) | |
tree | 18dfbbb4a0cd88e97a56a7fdfe299547424ea42d /Tutorial2/Scilab_code/Tutotial2_plotting.sce | |
parent | def3641770c8797c52ccef0840685fded209bfaa (diff) | |
download | scilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.tar.gz scilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.tar.bz2 scilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.zip |
Tutorial2_plotting_update
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'); + + |