i want to test this program with scilab, but when i run it, i get this error :
ATTENTION: Transposition of the line X vector to obtain compatible dimensions plot2d: Wrong dimension of input arguments: Incompatible dimensions.
here is the program :
t=0:400;
if t>=0 & t<=20 then
v=0
else
v=15
end
plot(t,v)