summaryrefslogtreecommitdiff
path: root/demos/Brijesh_Demos/test_window.sci
blob: 740d56b6254be08f68021d119123a90aef855ed5 (plain)
1
2
3
4
5
function test_window
	disp('Datatype: Double');
	o1 = window('hn', 10);
	disp(o1);
endfunction