Horje
matlab sqaure wave Code Example
matlab sqaure wave
t = linspace(-pi,2*pi,121);
x = 1.15*square(2*t);

plot(t/pi,x,'.-',t/pi,1.15*sin(2*t))
xlabel('t / \pi')
grid on




Whatever

Related
datatable width column Code Example datatable width column Code Example
Unity WebGL on chrome Code Example Unity WebGL on chrome Code Example
listen back button event listner Code Example listen back button event listner Code Example
platform_device_id flutter Code Example platform_device_id flutter Code Example
String as Parameter on C Code Example String as Parameter on C Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9