diff --git a/pes/scilab/lab02.html b/pes/scilab/lab02.html index e4dd92e..46113c7 100644 --- a/pes/scilab/lab02.html +++ b/pes/scilab/lab02.html @@ -112,7 +112,7 @@ "\nxgrid()"; codeArea.innerText += "\nxstring(5.5, 450, ['Name: "+document.getElementById("stuName").value+"'])"; - codeArea.innerText += "\nxstring(5.5, 400, ['SRN: "+document.getElementById("srn").value+"'])"; + codeArea.innerText += "\nxstring(5.5, 425, ['SRN: "+document.getElementById("srn").value+"'])"; codeArea.innerText += "\nxstring(0.8, 850, ['SCALE'])"+ "\nxstring(0.5, 825, ['X-AXIS: 0.5 mL'])"+ @@ -130,6 +130,9 @@ "\nxstring(0.8, 550, ['SCALE'])"+ "\nxstring(0.5, 525, ['X-AXIS: 0.5 mL'])"+ "\nxstring(0.49, 500, ['Y-AXIS: 50 units'])"; + + codeArea.innerText += "\nxstring(5.5, 550, ['Name: "+document.getElementById("stuName").value+"'])"; + codeArea.innerText += "\nxstring(5.5, 525, ['SRN: "+document.getElementById("srn").value+"'])"; }