a=0.1;t=0:a:10;t1=0:2*a:10;x=exp(t);subplot(2,1,1);stem(t,x);x1=exp(t1);subplot(2,1,2);stem(t1,x1)
MATLAB: How can i do the scaling with negative integer.. i have done this with the positive integer
digital signal pro...digital signal processingMATLAB
Related Question
- How to make convolution on sinc function and square function
- Integer variable
- How to replace elements in a vector if a certain condition is true
- Compare integer values
- Integer check
- I am getting the following error for the below code: Subscript indices must either be real positive integers or logicals. How can i remove that error.
- Collapsing integer data into consecutive integers
Best Answer