Skip to content
#

MATLAB

matlab logo

MATLAB is a high-performance language developed by MathWorks for technical computing, visualization, and programming. It is written in C, C++, Java and available for Windows, macOS, and Linux. Generally used by engineers and scientists in industry and academics for data analysis, signal processing, optimization and many other types of scientific computations.

Here are 9,537 public repositories matching this topic...

a32nx
krangerich
krangerich commented Nov 21, 2021

Aircraft Version

Development

Description

When you are on the A/C status page, you should be able switch to second and back to first nav data base. Although we only have one DB, this should clear the current flight plan (and stored data).
This can be used as a quick "hack" (sometimes used IRL as well, I think) if you messed up the flight plan and want to start from scratch.

Refere

Request Good First Issue FMS
LeoRauschenberger
LeoRauschenberger commented Jan 8, 2020

ConstantLine was introduced in 2018b:
https://de.mathworks.com/help/matlab/ref/matlab.graphics.chart.decoration.constantline-properties.html

when using for example:
xline(4)
This error appears:
`Error using matlab2tikz>handleAllChildren (line 730)
I don't know how to handle this object: constantline
Error in matlab2tikz>drawAxes (line 880)
[m2t, childrenEnvs] = handleAllChildren(m2

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Apr 7, 2022
  • C++

PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.

  • Updated Dec 16, 2021
  • Python

数学建模、美赛、美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、国赛LaTeX模板、美赛LaTeX模板、mathorcup、电工杯、华中赛、APMCM、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、常用matlab算法、国赛评阅要点、软件模型算法汇总、智能算法、优化算法

  • Updated Apr 8, 2022
  • MATLAB
bcoconni
bcoconni commented Jan 12, 2019

JSBSim provides schemas for XML validation (JSBSim.xsd for flight models, JSBSimScript.xsd for script files and JSBSimSystem.xsd for system files) but they have not been updated for a while so they might reject perfectly valid XML files.

XML files can be tested with xmllint

> xmllint --noout --schema JSBSim.xsd some_path/my_file.xml

It might be interesting to:

  • Upd

Created by Cleve Moler

Released 1984

Website
mathworks.com/products/matlab
Wikipedia
Wikipedia