-
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,537 public repositories matching this topic...
-
Updated
Mar 21, 2020 - Jupyter Notebook
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
-
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 7, 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
Apr 8, 2022 - MATLAB
-
Updated
Jul 8, 2020 - MATLAB
-
Updated
Mar 12, 2021 - MATLAB
-
Updated
Mar 30, 2022 - MATLAB
-
Updated
Nov 3, 2021 - MATLAB
-
Updated
Apr 7, 2022 - MATLAB
-
Updated
Apr 10, 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.xml
It might be interesting to:
- Upd
-
Updated
Apr 12, 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