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 8,277 public repositories matching this topic...

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

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 Apr 25, 2018
  • Python

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 Jul 22, 2021
  • C++
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