what are the benefit of matlab?,when I need it

댓글 수: 1

Andreas Goser
Andreas Goser 2012년 2월 13일
Previously today they were multiple very similar questions by multiple "users". I suspect this was a kind of spam attack. If that was not your intention, please let me know.

댓글을 달려면 로그인하십시오.

답변 (2개)

Andreas Goser
Andreas Goser 2012년 2월 13일

1 개 추천

In order to help you better, I recommend that you describe your application and maybe how you plan implementing it.
In general, you can think of MATLAB as a programming language. Many users who are not professional programmers see a benefit that you do not have to set up a complicate project, declare variables. You can even interactively import data files, process, vizualize and export them.
This is a very, very, very, very small piece of the story.

댓글 수: 2

Friedrich
Friedrich 2012년 2월 13일
Thats true. Maybe this helps to compare MATLAB with other Programming languages ;)
http://www.lordkat.com/wiki/index.php/If_a_programming_language_was_a_boat%E2%80%A6
Jan
Jan 2012년 2월 13일
If the projects are getting large (e.g. > 250'000 lines of code plus documentation and automatic tests), it is a drawback, that there is no built-in project management. But of course an external source code management can assist to keep the overview over different releases.

댓글을 달려면 로그인하십시오.

Jan
Jan 2012년 2월 13일

1 개 추천

A "benefit" means a comparison to another object. It is a completely different story if you compare MATLAB with NumPy/SciPy, with C or with Excel. It matters, if you are a student and want to learn how to solve a system of linear equations or if you implement the software of the break force booster of a new car - for both cases MATLAB has some important benefits, but different ones.
MATLAB is a very powerful programming language with a lot of toolboxes for different scientific fields. The user community (e.g. this forum and the FileExchange) and the technical support are extraordinarily active. This helps to apply the power of MATLAB, but learning to use all methods efficiently is still not trivial.
A lot of toolbox functions are shipped as source code ("M-file"), such that the users can 1. learn from the implementation and 2. create a copy of the function to insert individual modifications. This is extremly convenient and helpful.
The documentation of MATLAB is excellent - I haven't seen anything like this before.

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

2012년 2월 13일

편집:

2013년 10월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by