saving . . . saved Plot on sine wave has been deleted. Plot on sine wave has been hidden .
Plot on sine wave
Title
Question
I am using Scilab 6.1.0 over Ubuntu 19.10. I get the plot same as shown in the video, however I also see the sine wave.

Scilab Digital-Signal-Processing 01-02 min 50-60 sec 18-09-20, 10:03 a.m. hbammkanti

Answers:

You can avoid this by closing the previous plots before moving on to the next plots, unless specified otherwise.
24-09-20, 4:15 p.m. rupakrokade


use clf() to clear the plot window, then plot the discrete sin wave, previous continuous wave will not appear now.
15-03-21, 12:49 a.m. prabhanshu28


Log-in to answer to this question.