what does matlab algorithm means?

11 ビュー (過去 30 日間)
mandy
mandy 2016 年 3 月 5 日
コメント済み: mandy 2016 年 3 月 6 日
what does matlab algorithm means? How to write an algorithm? Is it the accumulation of codes for writing any program?

採用された回答

Walter Roberson
Walter Roberson 2016 年 3 月 6 日
An algorithm is an abstract description of how to solve a problem. Algorithms are not specific to any programming language. There is no particular structure to algorithms: they can be written in any way understandable to someone else.
A "MATLAB algorithm", to the extent those can be said to exist at all, would be an outline of how to solve a problem using the facilities of MATLAB.
"Is it the accumulation of codes for writing any program?"
No. An algorithm is not code, it is any formal method of doing something. If you tell someone "Take the milk out of the refrigerator and look behind it and get the jar of jam there", then that is an algorithm for getting jars of jam out.
  1 件のコメント
mandy
mandy 2016 年 3 月 6 日
Thank u sir for the reply. The example is very simple but precise. :)

サインインしてコメントする。

その他の回答 (1 件)

the cyclist
the cyclist 2016 年 3 月 5 日
  1 件のコメント
mandy
mandy 2016 年 3 月 5 日
Thanks for the link. but can you be a little more specific.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by