필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

what algorithm is being used by MATLAB for calculations?

조회 수: 1 (최근 30일)
HAMZA Butt
HAMZA Butt 2016년 5월 7일
편집: John D'Errico 2016년 5월 7일
I have been asked to compare theoretical answers obtained by mathematical equations with MATLAB. I have found some answers to be very different, any reason why?
  댓글 수: 1
John D'Errico
John D'Errico 2016년 5월 7일
편집: John D'Errico 2016년 5월 7일
This is impossible to answer. There are many, many thousands of "algorithms" in the various calculations in MATLAB, as there are a huge number of functions, especially when you add in the toolboxes.
So the only possible answer to your question is that you need to:
- Read the documentation for the code in question. Understand what it is attempting to do. Then you may need to do some research on that particular problem, to understand why some specific algorithm was chosen.
- Probably take at least a basic course in numerical analysis.
Your question may be as simple as to how arithmetic works in a floating point environment. So you may need to start there. We cannot know, since your question is unimaginably broad.
If you have a specific question, about a specific problem, then ask it.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by