why do we need time sampling to plot a stationary signal?
问题 I am new to matlab and signal processing. I have wrote the below posted code. what i could not understand is, the time soecification section at the beginning of the code. I do not why do we need sampling when specifying an interval or time duration, i think it suffice to specify something like the following : t = (0: 0.2: 1.0) for an example, why do i need some thing like sampling to plot such as stationary signal. another question is, this code gives me an error saying paranthesis imbalance