what does matlab algorithm means?

조회 수: 7 (최근 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 CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by