All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PrattWiki. 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)- 18:30, 19 January 2020 DukeEgr93 (talk | contribs) created page Pandas (Created page with "This page is currently very much in draft form and is focused on commands needed to get numerical data from a file into Python. The Pandas package can do *much* more than tha...")
- 20:03, 13 January 2020 DukeEgr93 (talk | contribs) created page EGR 103/Concept List Spring 2020 (Created page with "== Lecture 1 - Introduction == * Class web page: [http://classes.pratt.duke.edu/EGR103S20/ EGR 103L]; assignments, contact info, readings, etc - see slides on Errata/Notes pag...")
- 17:51, 8 January 2020 DukeEgr93 (talk | contribs) moved page EGR 103/Concept List to EGR 103/Concept List Fall 2019
- 17:13, 8 January 2020 DukeEgr93 (talk | contribs) created page EGR 103/Spring 2020 (Created page with "EGR 103 is a required course for all students planning to earn a Bachelor of Science in Engineering Degree at Duke University. This page is meant to provide answers to ge...")
- 13:08, 8 January 2020 DukeEgr93 (talk | contribs) created page EGR 224/Spring 2020 (Created page with "EGR 224 is a required course for all students planning to earn a Bachelor of Science in Engineering Degree with the Department of Mechanical Engineering and Material Scien...")
- 04:22, 18 December 2019 DukeEgr93 (talk | contribs) created page PyCharm (Created page with "This is a sandbox for setting up and using PyCharm as a potential replacement for Spyder. * Install Anaconda [https://www.anaconda.com/distribution/] * Install Kite * Update...")
- 01:29, 16 December 2019 DukeEgr93 (talk | contribs) moved page Sandbox/Python:Plotting to Python:Starting Plots without leaving a redirect (moving out of the sandbox!)
- 22:00, 4 December 2019 DukeEgr93 (talk | contribs) created page Sandbox/Python:Plotting (Created page with "This sandbox is to create a new version of the plotting reference. The first goal is to keep it simple. The second goal is to satisfy the first goal. == Preamble == The exp...")
- 04:34, 3 December 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Minilab 4 (Created page with "== Troubleshooting == * If MATLAB tells you it can't find the file and brings up a dialogue box including the ability to change the folder, click the button to change the fold...")
- 01:34, 3 December 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Minilab 3 (Created page with "* Problem 2.5.1 ** To load data froman Excel file with headers: ::<syntaxhighlight lang=python> import pandas # %% Load data edata = pandas.read_excel('file.xlsx') col_1_stu...")
- 15:44, 13 November 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Test 2 (Created page with "The test is necessarily cumulative, so while the focus will be on material learned since Test 1, the items at EGR_103/Fall_@019/Test_1 is still in play. Memorizing Chapra...")
- 18:55, 12 November 2019 DukeEgr93 (talk | contribs) created page ECE 110/Fall 2019/Test 2 (Created page with "This page contains the list of topics for ECE 110 Test 2. Post questions or requests for clarification to the discussion page. <!-- == Previous Tests=...")
- 14:39, 12 November 2019 DukeEgr93 (talk | contribs) created page Python:Interpolation (Created page with "== Introduction == Interpolation is a process by which "gaps" in a data set may be filled using relatively simple equations. Interpolation differs from fitting in that: * Int...")
- 01:12, 9 November 2019 DukeEgr93 (talk | contribs) created page Python:Lambda Function (Created page with "(page adapted from MATLAB:Anonymous Function) Python has a feature that lets you develop an analytical expression of one or more inputs and either assign that expressi...")
- 00:48, 9 November 2019 DukeEgr93 (talk | contribs) created page File:InlineExamplePlotPython.png
- 00:48, 9 November 2019 DukeEgr93 (talk | contribs) uploaded File:InlineExamplePlotPython.png
- 03:32, 5 November 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Lab 8 (Created page with "The following document is meant as an outline of what is covered in this assignment. == Additional References == * None yet == Typographical Errors == None yet! == Comments...")
- 02:33, 29 October 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Lab 7 (Created page with "The following document is meant as an outline of what is covered in this assignment. == Typographical Errors == None yet! == Specific Problems == * Note in the skeleton that...")
- 23:33, 27 October 2019 DukeEgr93 (talk | contribs) created page General Linear Regression (Created page with "This is a work in progress. It is meant to capture the mathematical proof of how general linear regression works. It is math-heavy. == Introduction == Assume you have some...")
- 01:04, 26 October 2019 DukeEgr93 (talk | contribs) created page Difference Equations (Created page with "This page is very much a work in progress on showing how to find impulse responses of systems modeled with difference equations. For second order difference equations with r...")
- 00:11, 15 October 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Test 1 (Created page with "Draft v. 1.0 - 10/14/2019 == ints and floats == * Operators (** * / % // + -) -- work as expected as long as you expect x**y to be x to the yth power! * += and -= to add or s...")
- 22:41, 14 October 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Lab 6 (Created page with "== Introduction == Some of the problems ask about norms and condition numbers. You will need to read Chapra 11.2 (pp. 292-297) to learn about norms and condition numbers. Th...")
- 18:54, 7 October 2019 DukeEgr93 (talk | contribs) created page File:Get data plot.png
- 18:54, 7 October 2019 DukeEgr93 (talk | contribs) uploaded File:Get data plot.png
- 18:53, 7 October 2019 DukeEgr93 (talk | contribs) created page File:Meas3 plot.png
- 18:53, 7 October 2019 DukeEgr93 (talk | contribs) uploaded File:Meas3 plot.png
- 18:34, 7 October 2019 DukeEgr93 (talk | contribs) created page File:Meas1 plot.png
- 18:34, 7 October 2019 DukeEgr93 (talk | contribs) uploaded File:Meas1 plot.png
- 17:50, 2 October 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 19/Skills Quiz (Created page with "== Quick Links == * Where/how to scan into a PDF: Scanning. When scanning, start with the cover page, then the test page for Problem 1, then any additional work for probl...")
- 15:18, 30 September 2019 DukeEgr93 (talk | contribs) created page ECE 110/Fall 2019/Test 1 (Created page with "This page contains the list of topics for ECE 110 Test 1. Post questions or requests for clarification to the discussion page. == Previous Tests== Previ...")
- 19:45, 29 September 2019 DukeEgr93 (talk | contribs) uploaded a new version of File:LandingLights4c.gif
- 19:39, 29 September 2019 DukeEgr93 (talk | contribs) created page File:LandingLights4c.gif
- 19:39, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:LandingLights4c.gif
- 18:29, 29 September 2019 DukeEgr93 (talk | contribs) created page File:E350colorized.png
- 18:29, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:E350colorized.png
- 17:39, 29 September 2019 DukeEgr93 (talk | contribs) created page File:DAQ1 4bit CB.png
- 17:39, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:DAQ1 4bit CB.png
- 17:38, 29 September 2019 DukeEgr93 (talk | contribs) created page File:DAQ1 4bit BB.png
- 17:38, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:DAQ1 4bit BB.png
- 17:34, 29 September 2019 DukeEgr93 (talk | contribs) created page File:DAQ1 3bit BB.PNG
- 17:34, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:DAQ1 3bit BB.PNG
- 17:32, 29 September 2019 DukeEgr93 (talk | contribs) created page File:DAQ1 3bit CB.PNG
- 17:32, 29 September 2019 DukeEgr93 (talk | contribs) uploaded File:DAQ1 3bit CB.PNG
- 16:30, 29 September 2019 DukeEgr93 (talk | contribs) moved page MATLAB:CB-68LP Pinout to CB-68LP Pinout (not MATLAB-specific)
- 15:21, 24 September 2019 DukeEgr93 (talk | contribs) created page Python:Debugging (Created page with "There are several different ways to debug code. The Spyder user interface provides access to a system called '''ipdb'''. There is documentation for it at the Spyder Docs pag...")
- 01:16, 24 September 2019 DukeEgr93 (talk | contribs) created page EGR 103/Fall 2019/Lab 5 (Created page with "<div class="noautonum">__TOC__</div> == Errors / Additions == None yet! == 5.1 Introduction == The main purpose of this lab will be to look at debugging, loading data from f...")
- 21:01, 23 September 2019 DukeEgr93 (talk | contribs) created page File:ExpDemoPlot2.png
- 21:01, 23 September 2019 DukeEgr93 (talk | contribs) uploaded File:ExpDemoPlot2.png
- 21:00, 23 September 2019 DukeEgr93 (talk | contribs) created page File:ExpDemoPlot1.png
- 21:00, 23 September 2019 DukeEgr93 (talk | contribs) uploaded File:ExpDemoPlot1.png