-
Updated
Mar 4, 2020 - MATLAB
MATLAB
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,498 public repositories matching this topic...
-
Updated
Mar 21, 2020 - Jupyter Notebook
Aircraft Version
Development
Build info
{
"built": "2022-01-04T06:33:26+00:00",
"ref": "master",
"sha": "93b60b06f5db427fe1d9bf93531a513a3562845f",
"actor": "tracernz",
"event_name": "manual"
}Describe the bug
When programming a CAT 3 Dual autoland for Glasgow Airport (EGPF), I entered "NO" into the "radio" entry on the APPR Phase page. This then appe
-
Updated
Dec 10, 2021 - TeX
-
Updated
Mar 15, 2022 - Python
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
-
Updated
Apr 2, 2022 - C++
-
Updated
May 18, 2020 - Python
-
Updated
Jul 22, 2020 - C++
-
Updated
Oct 31, 2021
-
Updated
Feb 10, 2022 - MATLAB
-
Updated
Dec 16, 2021 - Python
-
Updated
Mar 16, 2022 - MATLAB
-
Updated
Jul 8, 2020 - MATLAB
-
Updated
Mar 12, 2021 - MATLAB
-
Updated
Mar 25, 2022 - MATLAB
-
Updated
Mar 30, 2022 - MATLAB
-
Updated
Nov 3, 2021 - MATLAB
-
Updated
Apr 1, 2022 - MATLAB
-
Updated
Mar 23, 2022 - C
-
Updated
Sep 29, 2020
XML validation
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.xmlIt might be interesting to:
- Upd
-
Updated
Mar 6, 2022 - MATLAB
-
Updated
Jul 30, 2021
-
Updated
Nov 10, 2018 - MATLAB
-
Updated
Dec 13, 2021 - Python
The -x (--proxy) flag in curl allows you to set the proxy. Can we add the ability to convert a curl request with a proxy flag to NodeJS