A Brazilian footballer, used to be the best player in the world. A left-footed attacking midfielder or support striker. Now plays at Olympiacos.
by N04h January 02, 2006
by N04h October 25, 2005
by N04h November 11, 2017
by N04h October 25, 2005
by N04h August 01, 2016
by N04h December 30, 2016
Matrix Laboratory. It's a programming language developed by The MathWorks intended for scientists and engineers.
Has lots of useful built-in functions and toolboxes for signal processing, data analysis, modelling etc.
Hard to get used to if you're used to C/C++ or Java as it is not object oriented, and the syntax is quite different.
Has lots of useful built-in functions and toolboxes for signal processing, data analysis, modelling etc.
Hard to get used to if you're used to C/C++ or Java as it is not object oriented, and the syntax is quite different.
MATLAB ccode example:
H=tf(60*pi, 1 60*pi);
bode(H)
time=1:1024;
h=impulse(H,time/1000);
figure
plot(h)
H=tf(60*pi, 1 60*pi);
bode(H)
time=1:1024;
h=impulse(H,time/1000);
figure
plot(h)
by N04h August 02, 2006