Matlab Coder vs hand coding?

前端 未结 6 1651
野的像风
野的像风 2020-12-08 02:07

Some background for people reading this in the future (in case it\'s not locked). I tend to do my programming in a high level language to understand the problem first. After

6条回答
  •  隐瞒了意图╮
    2020-12-08 02:42

    Advantage:

    1. A lot of complex math functions are available.
    2. For hardcore math programming related.

    Disadvantage:

    1. It's not popular compared with another modern languages like C#, java, python . you name it.
    2. Since you code matlab, you tend to focus mostly on complex math problems solving. Another languages are used in variety tasks from drawing, web development and math as well ( it doesn't have rich math functions like matlab for sure )

    Another benefits I know: Since it's optimized for technical programming, you may have better performance when writing application on this field. The performance is very dependable, take a look at this question, it provides some helpful information.

提交回复
热议问题