필터 지우기
필터 지우기

How can implementation an article in matlab?

조회 수: 1 (최근 30일)
Dani D
Dani D 2016년 2월 4일
댓글: Walter Roberson 2016년 2월 4일
Hello my friends,
Suppose i have an article (The link is below) and i want implementation with matlab,but i don't know where do i start?
Is there a simple case of implementing article?
Thanks
  댓글 수: 1
Stephen23
Stephen23 2016년 2월 4일
편집: Stephen23 2016년 2월 4일
Whatever the code, the choice is always the same:
  • find an existing implementation, or
  • pay someone to write it for you, or
  • write it yourself
Have you tried searching for an implementation of that code?

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

답변 (2개)

Walter Roberson
Walter Roberson 2016년 2월 4일
Implementation of the cited article appears to be a term project -- something that you would be expected to do yourself rather than copy someone else's implementation.

Dani D
Dani D 2016년 2월 4일
Hello Walter, I want implementation that article myself. And i learned matlab, but i don't know where do i start? I need one example . Sure,i want write it myself.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 2월 4일
There is no simple example of that project available.
There are many sample MATLAB programs around.
You start by deciding on what, exactly, you are doing. What are the inputs to be? What are the outputs to be? What parts are to be done at command line, and what parts are to be done by graphics interface?
When I went to University, the step after that would have been break the algorithm down into pseudocode and then implementing the code. But that was back in the days when Hierarchical Structured Design was considered important; I hear they teach completely different ways of programming now, so I will not presume to lecture about how you should implement your project.

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by