Clearation of varaible value
Title
Question
Mam, how to clear the values of variables like a,b,c that have been assigned earlier and how to reassign with a new value
Scilab Getting-Started 03-04 min 10-20 sec
Answers:
You can clear a variable x by typing clear x
You can clear all variables by typing clear
You can reassign directly with no intermediate steps.
Login to add comment