All public logs
From Sutherland_wiki
Combined display of all available logs of Sutherland_wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 13:48, 25 August 2008 00033394 (talk | contribs) uploaded File:MSEqnEditor.png
- 09:42, 25 August 2008 00033394 (talk | contribs) uploaded File:CrossProd.png
- 09:11, 25 August 2008 00033394 (talk | contribs) uploaded File:DotProdExample.png
- 07:44, 25 August 2008 00033394 (talk | contribs) uploaded File:Linsys example.png (Generated with the following MATLAB commands: <source lang="matlab"> x = linspace(-3,-1); y1 = -5/6*x; y2 = -3*x-5; plot(x,y1,'r-',x,y2,'g--',-2.3077,1.9231,'ko'); grid on; xlabel('x'); ylabel('y'); legend('6y=-5x','y=-3x-5'); </source>)
- 16:19, 23 August 2008 00033394 (talk | contribs) uploaded File:SinCosPlot2.png (<source lang="matlab"> x = linspace(-pi,pi); f1 = cos(x); f2 = sin(x); plot(x,f1, x, f2); xlabel('x'); ylabel('f(x)'); legend('cos(x)','sin(x)'); </source>)
- 16:16, 23 August 2008 00033394 (talk | contribs) uploaded File:SinCosPlot1.png (Switch to png format.)
- 16:07, 23 August 2008 00033394 (talk | contribs) uploaded a new version of File:SinCosPlot1.jpg (Increase line widths for better visibility.)
- 16:06, 23 August 2008 00033394 (talk | contribs) uploaded a new version of File:SinCosPlot2.jpg (Increase line widths for better visibility)
- 16:02, 23 August 2008 00033394 (talk | contribs) uploaded File:SinCosPlot2.jpg (Plot of sin(x) and cos(x) on the interval [-π,π] demonstrating use of multiple plots on a figure as well as legends and axis labels. The following MATLAB code generates this plot: <source lang="matlab"> x = linspace(-pi,pi); f1 = cos(x); f2 = s)
- 15:59, 23 August 2008 00033394 (talk | contribs) uploaded File:SinCosPlot1.jpg (Plot of sin(x) and cos(x) on the interval [-π,π] demonstrating use of multiple plots on a figure as well as legends and axis labels.)
- 11:19, 19 August 2008 00033394 (talk | contribs) uploaded File:MatlabPathDialogue.jpg (Shows an image of MATLAB's path browser dialogue box.)
- 11:02, 19 August 2008 00033394 (talk | contribs) uploaded File:MatlabCmdWindow arrows.jpg (Image of the MATLAB command window with arrows indicating the current working directory as well as the button to navigate to a new directory.)
- 06:09, 3 July 2008 00033394 (talk | contribs) moved page NumericalDifferentiation to Numerical Differentiation
- 17:36, 2 July 2008 00033394 (talk | contribs) moved page Matlab LinSys to Linear Systems in Matlab