http://www.scilab.org/
http://www.octave.org/
- DelphiMex http://j.krt.tul.cz/ms/matlab.delphi/delphi.matlab.htm
- PasMex Toolbox http://www-user.tu-chemnitz.de/~heha/hs_freeware/freew.html
- Matlab+dll's http://www.physik.uni-osnabrueck.de/kbetzler/win32/matlab/matlab.pdf
z.B.
\+--------+--------+ \ | \ | \| +--------+ \ | \ | \+--------+--------+subplot(2,2,[1 3])
http://www.bangor.ac.uk/~pss412/toolboxes/toolbox_graph.htm
http://www.physnet.uni-hamburg.de/physnet/matlab/help/techdoc/creating_plots/creating_plots.html
for t = [1:100] x(t) = t/10; y(t) = 2 * exp((2+sqrt(3))*(t/10)) + 4 * exp((2-sqrt(3))*(t/10)); end plot(x,y);
workspace
hold off, plot(shape(:,1),shape(:,2)), hold on, axis([30 70 0 100])