Statistics
0 질문
5 답변
19 파일
순위
17,452
of 262,957
평판
2
참여
0 질문
5 답변
답변 채택
0.00%
획득한 표
1
순위
of 113,920
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
제출됨
IVP Solver Toolbox
Collection of fixed-step IVP solvers, functions to generate IVP solver equations, and functions for transforming matrix IVPs to ...
약 1달 전 | 다운로드 수: 6 |

제출됨
Euler c2d Transformation (c2d_euler)
Transforms a continuous transfer function to a discrete transfer function using the forward and backward Euler methods.
약 1달 전 | 다운로드 수: 7 |

제출됨
Numerical Differentiation Toolbox
Functions to evaluate derivatives, partial derivatives, gradients, directional derivatives, Jacobians, and Hessians.
약 1달 전 | 다운로드 수: 2 |

제출됨
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.
약 1달 전 | 다운로드 수: 10 |

제출됨
Newton's Method (newtons_method)
Newton's method for finding the root of a differentiable, univariate, scalar-valued function.
약 1달 전 | 다운로드 수: 9 |

제출됨
Bisection Method (bisection_method)
Bisection method for finding the root of a univariate, scalar-valued function.
약 1달 전 | 다운로드 수: 3 |

제출됨
Fixed-Point Iteration (fixed_point_iteration)
Fixed-point iteration for finding the fixed point of a univariate, scalar-valued function.
약 1달 전 | 다운로드 수: 4 |

제출됨
Secant Method (secant_method)
Secant method for finding the root of a univariate, scalar-valued function.
약 1달 전 | 다운로드 수: 3 |

제출됨
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...
약 1달 전 | 다운로드 수: 20 |

제출됨
Multivariate Newton’s Method (newtons_method_n)
Newton's method for finding the root of a differentiable, multivariate, vector-valued function.
약 1달 전 | 다운로드 수: 3 |

제출됨
Ground Track (ground_track)
Plots the ground track of an orbit given its planetodetic coordinates (i.e. planetodetic latitude and longitude).
약 1달 전 | 다운로드 수: 18 |

제출됨
Slope Field Generator for ODEs (slope_field)
Draws the slope field of a first-order, univariate, ordinary differential equation.
약 1달 전 | 다운로드 수: 14 |

제출됨
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...
약 1달 전 | 다운로드 수: 4 |

제출됨
Solution of the Riccati Differential Equation (odericcati)
Solves the Riccati differential equation for the finite-horizon linear quadratic regulator.
2달 전 | 다운로드 수: 6 |

제출됨
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달 전 | 다운로드 수: 16 |

제출됨
Gaussian Elimination (gaussian_elimination)
Solves the linear system Ax=b for x using Gaussian elimination with partial pivoting.
8달 전 | 다운로드 수: 1 |

제출됨
Intersection of Two Lines (line_intersection)
Finds the intersection of two lines.
8달 전 | 다운로드 수: 29 |

제출됨
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달 전 | 다운로드 수: 7 |

제출됨
Numerical Differentiation of Data (derivative)
Numerical differentiation of data (i.e. arrays) over the domain of the data or at specified points.
12달 전 | 다운로드 수: 9 |

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...
약 1년 전 | 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...
약 1년 전 | 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...
약 1년 전 | 0
Numerical derivative in matlab
https://www.mathworks.com/matlabcentral/fileexchange/89719-numerical-differentiation-differentiate Function that can differenti...
1년 이상 전 | 0
Forward and Backward approximation in c2d
https://www.mathworks.com/matlabcentral/fileexchange/90267-euler-c2d-transformation-c2d_euler
1년 이상 전 | 1