Statistik
RANG
10.738
of 296.041
REPUTATION
4
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
806 of 20.322
REPUTATION
2.288
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
23 Dateien
DOWNLOADS
324
ALL TIME DOWNLOADS
14851
RANG
of 155.189
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Tridiagonal Matrix Algorithm
Solves the tridiagonal linear system Ax = d for x using two separate implementations of the tridiagonal matrix algorithm.
5 Monate vor | 18 Downloads |
Gesendet
Solve Riccati Differential Equation (solve_riccati_ode)
Solves the Riccati differential equation for the finite-horizon linear quadratic regulator.
5 Monate vor | 5 Downloads |
Gesendet
Slope Field Generator for ODEs (slope_field)
Draws the slope field of a first-order, univariate, ordinary differential equation.
5 Monate vor | 24 Downloads |
Gesendet
Simple_Unit_Testing_Toolbox-MATLAB
Simple unit testing framework for MATLAB.
5 Monate vor | 1 Download |
Gesendet
Secant Method (secant_method)
Secant method for finding the root of a univariate, scalar-valued function.
5 Monate vor | 11 Downloads |
Gesendet
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...
5 Monate vor | 45 Downloads |
Gesendet
Simple Configuration File Format for MATLAB
Simple text-based file format for loading dictionary-like configuration data into MATLAB.
5 Monate vor | 4 Downloads |
Gesendet
Intersection of Two Lines (line_intersection)
Finds the intersection of two lines.
5 Monate vor | 6 Downloads |
Gesendet
Ground Track (ground_track)
Plots the ground track of an orbit given its planetodetic coordinates (i.e. planetodetic latitude and longitude).
5 Monate vor | 32 Downloads |
Gesendet
Euler c2d Transformations (c2d_euler)
Transforms a continuous transfer function to a discrete transfer function using the forward and backward Euler methods.
5 Monate vor | 38 Downloads |
Gesendet
mag_phase-MATLAB
Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.
etwa ein Jahr vor | 26 Downloads |
Gesendet
IVP Solver Toolbox
Collection of fixed-step IVP solvers. Includes support for matrix-valued IVPs, and provides functions for generating IVP solver ...
mehr als ein Jahr vor | 9 Downloads |
Gesendet
Newton's Method (newtons_method)
Newton's method for finding the root of a differentiable, univariate, scalar-valued function.
mehr als ein Jahr vor | 24 Downloads |
Gesendet
Approximate Least Squares Curve Fitting (lsqcurvefit_approx)
Fits linear and polynomial models to data using linear least squares and approximates nonlinear models through linearization.
mehr als ein Jahr vor | 6 Downloads |
Gesendet
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...
mehr als ein Jahr vor | 4 Downloads |
Gesendet
Gaussian Elimination (gaussian_elimination)
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.
mehr als ein Jahr vor | 4 Downloads |
Gesendet
Root-Finding Toolbox
Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.
mehr als ein Jahr vor | 4 Downloads |
Gesendet
Numerical Differentiation Toolbox
Functions and classes to evaluate derivatives, partial derivatives, gradients, directional derivatives, Jacobians, and Hessians....
mehr als ein Jahr vor | 10 Downloads |
Gesendet
Bisection Method (bisection_method)
Bisection method for finding the root of a univariate, scalar-valued function.
mehr als ein Jahr vor | 26 Downloads |
Gesendet
Numerical Differentiation of Data (derivative)
Numerical differentiation of data (i.e. arrays) over the domain of the data or at specified points.
mehr als ein Jahr vor | 9 Downloads |
Gesendet
Fixed-Point Iteration (fixed_point_iteration)
Fixed-point iteration for finding the fixed point of a univariate, scalar-valued function.
mehr als ein Jahr vor | 8 Downloads |
Gesendet
Counted Function (CountedFunction)
Class to define functions in a way that facilitates counting the number of function calls/evaluations.
fast 2 Jahre vor | 1 Download |
Gesendet
Multivariate Newton’s Method (newtons_method_n)
Newton's method for finding the root of a differentiable, multivariate, vector-valued function.
etwa 2 Jahre vor | 8 Downloads |
How do I perform a linear least squares fit
Function to perform curve fitting using linear least squares: https://www.mathworks.com/matlabcentral/fileexchange/93710-linear...
mehr als 3 Jahre vor | 0
How do I generate a random number between two numbers,?
Generates random numbers in a range, allows for type specification as well as the desired output size: https://www.mathworks.co...
mehr als 3 Jahre vor | 0
Make unequally spaced data x,y equally spaced
Function that does this + allows you to choose spacing in x: https://www.mathworks.com/matlabcentral/fileexchange/95638-space-d...
mehr als 3 Jahre vor | 0
Numerical derivative in matlab
https://www.mathworks.com/matlabcentral/fileexchange/89719-numerical-differentiation-differentiate Function that can differenti...
mehr als 3 Jahre vor | 1
Forward and Backward approximation in c2d
https://www.mathworks.com/matlabcentral/fileexchange/90267-euler-c2d-transformation-c2d_euler
mehr als 3 Jahre vor | 1