Community Profile

photo

Kenneth Johnson


KJ Innovation

Last seen: 1 year ago Active since 2011

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • First Review
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 3
  • First Submission

View badges

Content Feed

View by

Submitted


Class DAA, "Derivative-Augmented Array"
Class DAA, "Derivative-Augmented Array", is a general-purpose automatic differentiation engine implemented in MATLAB.

1 year ago | 1 download |

Submitted


Padé coefficients
Calculate Padé coefficients corresponding to a truncated Taylor series.

1 year ago | 1 download |

Submitted


pageexpm
Paged matrix exponential function

2 years ago | 3 downloads |

Answered
Why does pagemldivide not give Singular Matrix warnings?
Summary of response from Technical Support: The 'help' for 'pagemldivide' states that the function never warns for ill-condit...

2 years ago | 0

| accepted

Question


Why does pagemldivide not give Singular Matrix warnings?
The new pagemldivide function in R2022a Prerelease (I think also in Parallel Computing Toolbox) doesn't give any Singular Matrix...

2 years ago | 2 answers | 1

2

answers

Question


Why is subscripted assignment so inefficient?
Why is MATLAB's subscripted assignment so abysmally inefficient with more than 2 subscripts? e.g., >> clear, a = []; tic, for j...

2 years ago | 1 answer | 3

1

answer

Submitted


Generalized matrix operators
The functions mtimes_.m, mldivide_.m, and mrdivide_.m generalize the corresponding MATLAB functions.

2 years ago | 2 downloads |

Question


MATLAB's inefficient copy-on-write implementation
MATLAB's copy-on-write memory management seems to have a serious defect, which I think is the reason behind the abysmal performa...

2 years ago | 2 answers | 1

2

answers

Submitted


bsxi
Array indexing for binary singleton expansion

2 years ago | 1 download |

Question


In what way is the new R2021b Editor UI "improved"?
I find the "new and improved" Editor UI in R2021b to be extremely irritating, in no way better than R2021a. How did this get pas...

2 years ago | 3 answers | 11

3

answers

Submitted


Linear differential equation solver (lde.m)
solves a linear, first-order, vector differential equation

3 years ago | 2 downloads |

Thumbnail

Question


Is this a bug in eig?
This issue came up with the roots function (see roots_ on File Exchange), where eig was failing on the companion matrix. Follow...

3 years ago | 1 answer | 3

1

answer

Submitted


permn
Generate permutations of 1:n and permutation parity.

3 years ago | 2 downloads |

Submitted


str2subs, subs2str
Convert a string to/from a subscript struct for use in subsref and subsasgn.

3 years ago | 1 download |

Submitted


roots_
roots_(c) does not return zero when c(end) is nonzero.

3 years ago | 3 downloads |

Submitted


fminsearch_(funfcn,x0,options,varargin)
Works around a bug (or design defect) in fminsearch.

8 years ago | 4 downloads |

Submitted


serpind.m
serpentine traversal of an N-dimensional array

8 years ago | 1 download |

Submitted


fgridmin.m
global minimization utility

8 years ago | 1 download |

Submitted


Generalized Matrix Exponential
Solves Y'(t) = D(t)*Y(t) for Y(1) with Y(0) = I (identity matrix).

9 years ago | 1 download |

Submitted


Scalar
The Scalar base class disallows non-scalar instantiation.

9 years ago | 1 download |

Submitted


Matrix exponential
Matrix exponential algorithm with improved numerical precision

10 years ago | 1 download |

Submitted


Matrix polynomial
Efficiently evaluate a polynomial with square-matrix argument and scalar coefficients.

10 years ago | 2 downloads |

Submitted


matrix power
more efficient than MATLAB's mpower function

10 years ago | 1 download |

Submitted


elementwise power
more efficient than MATLAB's power function

10 years ago | 1 download |

Submitted


Scanned-Spot-Array EUV Imaging for High-Volume Maskless Lithography
Design data and optical simulation code for maskless EUV lithography system

11 years ago | 2 downloads |

Thumbnail

Submitted


Cornu Spline
two-point spline with slope constraints

12 years ago | 2 downloads |

Thumbnail

Submitted


Complex Erf (Error Function), Fresnel Integrals
complex erf function

12 years ago | 3 downloads |

Thumbnail