i have used functions in my program. how to write program without using functions?

조회 수: 1 (최근 30일)
Shan Sha
Shan Sha 2018년 9월 5일
댓글: Shan Sha 2018년 9월 6일
i have taken a code from online. in that code they have called functions in program. i need the same program without calling functions. how can i write a code
  댓글 수: 5
Stephen23
Stephen23 2018년 9월 6일
"I cant check any specific line inside a function"
Yes you can, that is exactly what the debugging tools are for. Instead of converting your perfectly good functions into ugly scripts, learn how to use the debugging tools:
If you want to see what is happening inside your function then converting it into scripts is not the solution. All programmers want to know what happens inside their functions, which is why they invented all of the debugging tools. You can use them too.
Shan Sha
Shan Sha 2018년 9월 6일
thanks sir. i will learn to use debugging tools

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by