User contributions
From Sutherland_wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:42, 25 August 2008 (diff | hist) . . (0) . . N File:CrossProd.png (current)
- 09:36, 25 August 2008 (diff | hist) . . (+4,743) . . Linear Algebra
- 09:11, 25 August 2008 (diff | hist) . . (0) . . N File:DotProdExample.png (current)
- 07:58, 25 August 2008 (diff | hist) . . (+17) . . m Linear Algebra (→Solving Linear Systems of Equations)
- 07:56, 25 August 2008 (diff | hist) . . (+116) . . m Linear Systems in Matlab (→Example)
- 07:50, 25 August 2008 (diff | hist) . . (+36) . . m Linear Systems in Matlab (→Example)
- 07:47, 25 August 2008 (diff | hist) . . (+1) . . m Linear Systems in Matlab (→Example)
- 07:46, 25 August 2008 (diff | hist) . . (+1) . . m Linear Systems in Matlab (→Solving Linear Systems of Equations in MATLAB)
- 07:46, 25 August 2008 (diff | hist) . . (+529) . . Linear Systems in Matlab (→Example)
- 07:44, 25 August 2008 (diff | hist) . . (+243) . . N 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>) (current)
- 07:22, 25 August 2008 (diff | hist) . . (+120) . . m Matlab Arrays
- 07:16, 25 August 2008 (diff | hist) . . (+129) . . m Matlab Basics (→Useful Commands)
- 13:38, 24 August 2008 (diff | hist) . . (+6) . . m Matlab Plotting (→Basics)
- 13:32, 24 August 2008 (diff | hist) . . (-1) . . m Matlab Plotting (→Title and Axis Labels)
- 16:20, 23 August 2008 (diff | hist) . . (+169) . . Matlab Plotting (→Adding a Legend)
- 16:19, 23 August 2008 (diff | hist) . . (+155) . . N 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>) (current)
- 16:17, 23 August 2008 (diff | hist) . . (+146) . . File:SinCosPlot1.png (current)
- 16:16, 23 August 2008 (diff | hist) . . (+21) . . N File:SinCosPlot1.png (Switch to png format.)
- 16:10, 23 August 2008 (diff | hist) . . (+17) . . m Matlab Plotting (→Adding a Legend)
- 15:55, 23 August 2008 (diff | hist) . . (+664) . . Matlab Plotting
- 15:40, 23 August 2008 (diff | hist) . . (+4,569) . . Matlab Plotting (→X-Y Line Plots)
- 08:17, 20 August 2008 (diff | hist) . . (+181) . . Matlab Basics (→MATLAB's Path)
- 06:59, 20 August 2008 (diff | hist) . . (-2) . . m Main Page (→Technical Writing)
- 06:59, 20 August 2008 (diff | hist) . . (+35) . . m Main Page (→Technical Writing)
- 06:58, 20 August 2008 (diff | hist) . . (+15) . . m Figures in Word (current)
- 06:57, 20 August 2008 (diff | hist) . . (+16) . . m Equations in Word
- 06:39, 20 August 2008 (diff | hist) . . (+70) . . m Main Page (→Matlab Tutorials)
- 13:45, 19 August 2008 (diff | hist) . . (+4) . . m Matlab Basics
- 13:43, 19 August 2008 (diff | hist) . . (+1,069) . . Matlab Basics (→Defining Variables)
- 13:38, 19 August 2008 (diff | hist) . . (+207) . . m Main Page (→Matlab Tutorials)
- 11:24, 19 August 2008 (diff | hist) . . (+2,557) . . Matlab Basics (→M-Files)
- 11:19, 19 August 2008 (diff | hist) . . (+53) . . N File:MatlabPathDialogue.jpg (Shows an image of MATLAB's path browser dialogue box.) (current)
- 11:02, 19 August 2008 (diff | hist) . . (+141) . . N 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.) (current)
- 10:21, 19 August 2008 (diff | hist) . . (+199) . . m Matlab Basics (→Basic Operations)
- 10:18, 19 August 2008 (diff | hist) . . (+11) . . m Matlab Basics (→Defining Variables)
- 10:17, 19 August 2008 (diff | hist) . . (0) . . m Matlab Basics (→Defining Variables)
- 10:17, 19 August 2008 (diff | hist) . . (+2,623) . . Matlab Basics (→The Command Window)
- 17:20, 18 August 2008 (diff | hist) . . (+4,163) . . N Matlab Basics (New page: == The Command Window == {{Stub|section}} === Defining Variables === {{Stub|section}} === Useful Commands === {| border="1" cellpadding="5" cellspacing="0" align="center" style="text-a...)
- 15:30, 18 August 2008 (diff | hist) . . (+33) . . m Matlab Arrays (→Elemental Multiplication)
- 15:29, 18 August 2008 (diff | hist) . . (-48) . . m Matlab Arrays (→Other Useful Tools)
- 15:27, 18 August 2008 (diff | hist) . . (+44) . . m Matlab Arrays (→Information about Arrays)
- 15:23, 18 August 2008 (diff | hist) . . (+383) . . m Matlab Arrays (→Linspace and Logspace)
- 14:43, 18 August 2008 (diff | hist) . . (+761) . . m Matlab Arrays (→Shortcuts for Special Matrices)
- 14:40, 18 August 2008 (diff | hist) . . (+228) . . m Matlab Arrays (→Using the ":" operator to create arrays)
- 14:36, 18 August 2008 (diff | hist) . . (+324) . . m Matlab Arrays (→Linspace and Logspace)
- 14:28, 18 August 2008 (diff | hist) . . (+32) . . m Matlab Arrays (→Manual Creation)
- 14:26, 18 August 2008 (diff | hist) . . (-150) . . m Matlab Arrays
- 14:21, 18 August 2008 (diff | hist) . . (-89) . . m Matlab Arrays (→Array Basics)
- 14:12, 18 August 2008 (diff | hist) . . (+54) . . m Linear Systems in Matlab (→Solving Linear Systems of Equations in MATLAB)
- 14:10, 18 August 2008 (diff | hist) . . (+94) . . m Linear Systems in Matlab (→Solving Linear Systems of Equations in MATLAB)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)