Need advice about which tool to choose?Ask the StackShare community!
Markdown vs MATLAB: What are the differences?
Developers describe Markdown as "Text-to-HTML conversion tool/syntax for web writers, by John Gruber". Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. On the other hand, MATLAB is detailed as "A high-level language and interactive environment for numerical computation, visualization, and programming". Using MATLAB, you can analyze data, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable you to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages, such as C/C++ or Java.
Markdown and MATLAB belong to "Languages" category of the tech stack.
"Easy formatting" is the primary reason why developers consider Markdown over the competitors, whereas "Simulink" was stated as the key factor in picking MATLAB.
According to the StackShare community, Markdown has a broader approval, being mentioned in 756 company stacks & 718 developers stacks; compared to MATLAB, which is listed in 12 company stacks and 23 developer stacks.
AsciiDoc belongs to the family of lightweight markup languages, the most renowned of which is Markdown. AsciiDoc stands out from this group because it supports all the structural elements necessary for drafting articles, technical manuals, books, presentations and prose.
This includes, for example, admonitions, variables, the include statement, example blocks, footnotes, keyboard macro, equations and formular support (albeid only with asciidoctor and installed plugin iirc), automatic toc and header, description lists, actually usable tables, etc ...
In combination with Antora one can built the most awesome, versioned, and Dont-Repeat-Yourself but-also "Fully-Explain-without-just-Linking" documentation ever.
GitHub has built-in support for it, albeid not for it's include directive, though that can be dealt with by using CI to invoke asciidoctor-reducer or publishing a github page that has been rendered using the asciidoctor/antora renderer.
https://docs.checkmk.com/ uses Asciidoctor. Linus Torvalds once recommended Asciidoctor (1).
Pros of Markdown
- Easy formatting345
- Widely adopted246
- Intuitive194
- Github integration132
- Great for note taking41
- Defacto GitHub lingo2
Pros of MATLAB
- Simulink20
- Model based software development5
- Functions, statements, plots, directory navigation easy5
- S-Functions3
- REPL2
- Simple variabel control1
- Solve invertible matrix1
Sign up to add or upvote prosMake informed product decisions
Cons of Markdown
- Cannot centralise (HTML code needed)2
- Inconsistend flavours eg github, reddit, mmd etc1
- Limited syntax1
- Not suitable for longer documents1
- Non-extensible1
- No right indentation1
- No underline1
- Unable to indent tables1
Cons of MATLAB
- Parameter-value pairs syntax to pass arguments clunky2
- Doesn't allow unpacking tuples/arguments lists with *2
- Does not support named function arguments2