문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

대략 12년 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

대략 12년 전

문제를 풀었습니다


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

대략 12년 전

문제를 풀었습니다


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

대략 12년 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

대략 12년 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

대략 12년 전

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

대략 12년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 12년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 12년 전

제출됨


Hungarian Algorithm for Linear Assignment Problems (V2.3)
An extremely fast implementation of the Hungarian algorithm on a native Matlab code.

12년 초과 전 | 다운로드 수: 85 |

답변 있음
Solving system of Nonlinear Equations
You can try fsolve.

12년 초과 전 | 0

| 수락됨

제출됨


MPC Tutorial III: MPC in Simulink V2
A tutorial on using MPC in Simulink.

거의 13년 전 | 다운로드 수: 8 |

Thumbnail

제출됨


MPC Tutorial IV - State Space MPC with input increment
functions and simulink block implement state space MPC using input increment

거의 13년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


MPC Tutorial II: Multivariable and State Space MPC V2.0
A tool and tutorial for multivariable state space MPC

거의 13년 전 | 다운로드 수: 15 |

Thumbnail

제출됨


Learning the Kalman Filter in Simulink v2.1
A Simulink model to learn the Kalman filter for Gassian processes.

대략 13년 전 | 다운로드 수: 4 |

Thumbnail

제출됨


Learning the Kalman Filter: A Feedback Perspective
A feedback view of Kalman filter to gain more useful insights.

대략 13년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Learning the Unscented Kalman Filter
An implementation of Unscented Kalman Filter for nonlinear state estimation.

13년 초과 전 | 다운로드 수: 46 |

Thumbnail

제출됨


Patch color selector
Selecting colors for a number of patches to avoid neighboring patches with the same color.

13년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Efficient K-Nearest Neighbor Search using JIT
A small but efficient tool to perform KNN search

거의 14년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Probability Density Function (PDF) Estimator (V3.2)
An estimate of probability density function of the given random data with bounded support.

대략 14년 전 | 다운로드 수: 11 |

Thumbnail

제출됨


Bidirectional Branch and Bound for Average Loss Minimization
Two algorithms for selection of controlled variables using the average loss as the criterion.

대략 14년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Bidirectional Branch and Bound for Multiobjective Pairing Selection
A bidirectional branch and bound code to perform multiobjective input-output pairing selection.

대략 14년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Bidirectional Branch and Bound Solvers for Worst Case Loss Minimization
Two branch and bound solvers using worst case loss criterion to select controlled variables.

14년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Multivariable Subspace Identification: MOESP
A tool for subspace identification using the MOESP algorithm.

14년 초과 전 | 다운로드 수: 10 |

Thumbnail

제출됨


Configurable Simulink Model for DC-DC Converters with PWM PI Control
A Simulink model configurable to buck, boost and buck-boost DC-DC converters with PWM PI control

대략 15년 전 | 다운로드 수: 25 |

Thumbnail

제출됨


Bidirectional Branch and Bound Minimum Singular Value Solver (V2)
A branch and bound solver to find the largest minimum singular values among all submatrices.

15년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Kernel Smoothing Regression
A non-parametrical regression (smoothing) tool using Gaussian kernel.

15년 초과 전 | 다운로드 수: 9 |

Thumbnail

제출됨


Munkres Assignment Algorithm
An efficient implementation of the Munkres algorithm for the assignment problem.

15년 초과 전 | 다운로드 수: 42 |

제출됨


Hypervolume Indicator
A tool to estimate the hypervolume indicator

15년 초과 전 | 다운로드 수: 20 |

Thumbnail

제출됨


Local Linear Kernel Regression
A function to provide local linear estimator of Gaussian kernel regression

15년 초과 전 | 다운로드 수: 7 |

Thumbnail

더 보기