Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- 2DFrame-py
- About Newton Excel Bach
- Cubic Splines
- Downloads
- Using VBA Evaluate as an Array Function
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
- The Conjugate Beam Method
- XLDennis, the MSDN Library, and VBA rant
Recent Comments
Category Archives: VBA
Daily Download 14: Curve Fitting 1
Today’s download topic covers fitting a straight line or curve to scattered data, using the “least squares” method. Fitting a spline curve to pass exactly through a series of points will be covered in a few days. Use of the … Continue reading
Posted in AlgLib, Charts, Excel, Maths, Newton, UDFs, VBA
Tagged AlgLib, Excel, high order polynomials, least squares method, linear regression, non-linear regression, UDF, VBA
Leave a comment
Daily Download 13: The ALGLIB maths library and Excel
Today we move onto maths related downloads, starting with the ALGLIB maths library, which has featured here quite frequently: Original post with link to site: ALGLIB Installing AlgLib with Excel VBA Download files: http://interactiveds.com.au/software/AL-Matrix-xlsb.zip http://interactiveds.com.au/software/AL-Matrix-xls.zip Linking AlgLib C++ to Excel … Continue reading
Posted in AlgLib, Arrays, Excel, Maths, Newton, Numerical integration, UDFs, VBA
Tagged AlgLib, complex numbers, Cubic splines, Excel, Matrix Functions, statistics, UDF, VBA
7 Comments
Daily Download 12: ImageMagick and Excel
Today’s download provides a simple way of adding images to Excel from a list of file names, using the freeware program ImageMagick. See ImageMagick and Excel and ImageMagick – Update and add IrfanView link Download file: http://www.interactiveds.com.au/software/PastePic.zip
Daily Download 11: Perspective Projection
The last of the daily downloads dealing with drawing is an extension of the drawing spreadsheet providing 3D perspective projection of wireframes defined by lists of 3D coordinates and connected points. The spreadsheet was described in:Drawing in Excel 9 – … Continue reading
Daily Download 10: Excel Digitiser
See How to digitise a scanned image and Digitising logarithmic scales. This spreadsheet provides a function to retrieve coordinates of lines traced over a scanned image. Download from: http://interactiveds.com.au/software/DigitGraph.zip Example images:
Posted in Drawing, Excel, Newton, UDFs, VBA
Tagged DigitGraph, digitize scanned image, Excel, UDF, VBA
Leave a comment