Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- About Newton Excel Bach
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Latex Maths Text in Excel
- Cubic Splines
- Downloads
- Retrieving unique values from a range or array ...
- Frame Analysis with Excel - 3, Continuous beam or frame
- ULS design of circular reinforced concrete columns
- Daily Download 4: Continuous Beam Analysis
Recent Comments
Tag Archives: globals
Python callable arguments from Excel
Many Scipy functions have “callable” arguments, i.e. functions that can be called, with the returned data used as input by the calling function. Types of callable arguments include: Functions in the active Python module Functions in any active loaded library … Continue reading
Posted in Excel, Link to Python, NumPy and SciPy, PyXLL, UDFs
Tagged Eval, Excel, getattr, globals, lambda functions, Python, PyXLL, UDFs
1 Comment