Community Profile

photo

Tamas Kis


Last seen: 5 days ago|Active since 2021

Statistics

All
  • Personal Best Downloads Level 4
  • Editor's Pick
  • 5-Star Galaxy Level 4
  • First Answer
  • Revival Level 1
  • Explorer
  • GitHub Submissions Level 3
  • First Review
  • First Submission

View badges

Content Feed

View by

Submitted


IVP Solver Toolbox
Collection of fixed-step IVP solvers, functions to generate IVP solver equations, and functions for transforming matrix IVPs to ...

2 months ago | 6 downloads |

Thumbnail

Submitted


Euler c2d Transformation (c2d_euler)
Transforms a continuous transfer function to a discrete transfer function using the forward and backward Euler methods.

2 months ago | 7 downloads |

Thumbnail

Submitted


Numerical Differentiation Toolbox
Functions to evaluate derivatives, partial derivatives, gradients, directional derivatives, Jacobians, and Hessians.

2 months ago | 3 downloads |

Thumbnail

Submitted


Magnitude and Phase of a Transfer Function (mag_phase)
Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.

2 months ago | 12 downloads |

Thumbnail

Submitted


Newton's Method (newtons_method)
Newton's method for finding the root of a differentiable, univariate, scalar-valued function.

2 months ago | 9 downloads |

Thumbnail

Submitted


Bisection Method (bisection_method)
Bisection method for finding the root of a univariate, scalar-valued function.

2 months ago | 4 downloads |

Thumbnail

Submitted


Fixed-Point Iteration (fixed_point_iteration)
Fixed-point iteration for finding the fixed point of a univariate, scalar-valued function.

2 months ago | 3 downloads |

Thumbnail

Submitted


Secant Method (secant_method)
Secant method for finding the root of a univariate, scalar-valued function.

2 months ago | 1 download |

Thumbnail

Submitted


3D Earth and Celestial Bodies (planet3D)
Creates high-resolution renderings of the Earth and the major celestial bodies in our solar system for space mechanics applicati...

2 months ago | 12 downloads |

Thumbnail

Submitted


Multivariate Newton’s Method (newtons_method_n)
Newton's method for finding the root of a differentiable, multivariate, vector-valued function.

2 months ago | 3 downloads |

Thumbnail

Submitted


Ground Track (ground_track)
Plots the ground track of an orbit given its planetodetic coordinates (i.e. planetodetic latitude and longitude).

2 months ago | 18 downloads |

Thumbnail

Submitted


Slope Field Generator for ODEs (slope_field)
Draws the slope field of a first-order, univariate, ordinary differential equation.

2 months ago | 19 downloads |

Thumbnail

Submitted


Random Number Generator in a Range (rand2)
Generates an n-dim matrix of random numbers between upper and lower bounds. Data type specification (integer, single, double) is...

2 months ago | 4 downloads |

Thumbnail

Submitted


Solution of the Riccati Differential Equation (odericcati)
Solves the Riccati differential equation for the finite-horizon linear quadratic regulator.

2 months ago | 6 downloads |

Thumbnail

Submitted


Tridiagonal Matrix Algorithm (Thomas Alg.) (tridiagonal)
Solves the tridiagonal linear system Ax=d for x using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).

4 months ago | 16 downloads |

Thumbnail

Submitted


Gaussian Elimination (gaussian_elimination)
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.

8 months ago | 1 download |

Thumbnail

Submitted


Intersection of Two Lines (line_intersection)
Finds the intersection of two lines.

8 months ago | 25 downloads |

Thumbnail

Submitted


Approximate Least Squares Curve Fitting (lsqcurvefit_approx)
Fits linear and polynomial models to data using linear least squares and approximates nonlinear models through linearization.

12 months ago | 7 downloads |

Thumbnail

Submitted


Numerical Differentiation of Data (derivative)
Numerical differentiation of data (i.e. arrays) over the domain of the data or at specified points.

12 months ago | 10 downloads |

Thumbnail

Answered
How do I perform a linear least squares fit
Function to perform curve fitting using linear least squares: //www.tatmou.com/matlabcentral/fileexchange/93710-linear...

1年前| 0

Answered
How do I generate a random number between two numbers,?
生成随机数范围,使得泰pe specification as well as the desired output size: https://www.mathworks.co...

1年前| 0

Answered
Make unequally spaced data x,y equally spaced
Function that does this + allows you to choose spacing in x: //www.tatmou.com/matlabcentral/fileexchange/95638-space-d...

1年前| 0

Answered
Numerical derivative in matlab
//www.tatmou.com/matlabcentral/fileexchange/89719-numerical-differentiation-differentiate Function that can differenti...

1年前| 0

Answered
Forward and Backward approximation in c2d
//www.tatmou.com/matlabcentral/fileexchange/90267-euler-c2d-transformation-c2d_euler

1 year ago | 1