From 9ca2e8f717ca57e62202e082120dfb54b5df3b17 Mon Sep 17 00:00:00 2001 From: SilicoFlare <100959814+SilicoFlare@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:41:53 +0530 Subject: [PATCH] edited codegen2 --- pes/scilab/lab02.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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+"'])"; }