Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Cubic Splines
- About Newton Excel Bach
- Downloads
- XLDennis, the MSDN Library, and VBA rant
- Section Properties with MeshPY, including torsion and warping
- Filling Blanks with Go To-Special (and local help rant)
- Frame Analysis with Excel – 7; Shear deflections and support displacements
- Writing Arrays to the worksheet - VBA function
Recent Comments
Category Archives: Excel
Yet more pendulums
Following Dynamically Defined Dancing Pendulums, another three versions of the dancing pendulum theme. First a POV-RAY version by PM 2Ring, complete with reflections and shadows: POV-Ray Pendulums (click to open in a new window) and an interactive Javascript version: Javascript pendulums by PM2Ring (click … Continue reading
Posted in Animation, Excel, Newton, Ray Tracing
Tagged Chandoo, Excel Hero, javascript, Pendulum animation, PovRay
1 Comment
Debugging VBA …
… especially User Defined Functions (UDF’s). This post (and most likely several to follow) was prompted by a recent discussion at Daily Dose of Excel about various alternative debugging techniques. It reminded me (if I had ever known) of the Debug.Assert … Continue reading
High Speed Blog …
… brought to you via Smurf on Spreadsheets If you want your spreadsheets to go faster, Charles Williams is the man to tell you how to do it. Charles has recently started a blog on the subject: FastExcel Well worth … Continue reading
Dancing Pendulums
This animation was produced in response to a video of real pendulums performing similar tricks: Not having an animation program I thought I’d use the finite element program Strand7. Modelling the pendulums was easy, just 15 beam elements with a … Continue reading
Posted in Animation, Excel, Finite Element Analysis, Newton
Tagged animation, API, Pendulum patterns, Strand7
5 Comments
Using LinEst() on data with gaps
A comment on Using LINEST for non-linear curve fitting asked if it was possible to use the function on data with gaps. There are several options: Copy and sort the data to remove the gaps. Use the chart trendline function Use … Continue reading