The Wayback Machine - https://web.archive.org/web/20220614095354/https://github.com/topics/matlab
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,848 public repositories matching this topic...

a32nx
ShadowFrost3
ShadowFrost3 commented Apr 30, 2022

Aircraft Version

Development

Description

For takeoff configuration everything in the aircraft that should reasonably be set is.... except the QNH/altimeter setting.
If it is possible, could this now be set? Also, if it does not happen already, set in other hot spawn conditions such as approach/cruise.

Thanks

References (optional)

No response

Additional info (optional)

Request Good First Issue
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 Jun 9, 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
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
MathWorks-Excellence-in-Innovation

Capstone and senior design project ideas for undergraduate and graduate students to gain practical experience and insight into technology trends and industry directions.
  • Updated Jun 13, 2022
  • MATLAB

Created by Cleve Moler

Released 1984

Website
mathworks.com/products/matlab
Wikipedia
Wikipedia