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,860 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

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

  • Updated Jun 14, 2022
  • MATLAB
egeerardyn
egeerardyn commented Apr 16, 2018

Since MATLAB R2016b, TMW introduced "strings" as a new data type to represent strings (in contrast to the old character arrays). See e.g. https://blogs.mathworks.com/loren/2018/04/13/accept-string-inputs-in-your-code/ for more information.

We, also, should make sure that at least we can handle such string inputs. Internally, we will not be able to get rid of character arrays (for forward/backwa

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