필터 지우기
필터 지우기

Can we see the code of a function?

조회 수: 2 (최근 30일)
Navdeep Sony
Navdeep Sony 2016년 2월 6일
댓글: Star Strider 2016년 2월 6일
I want to see how imgradient() function works. Can I see its code by any means?

채택된 답변

Star Strider
Star Strider 2016년 2월 6일
You can probably see it by typing:
type imgradient.m
in the Command Window, or opening it in the Editor:
edit imgradient.m
I do not suggest that you actually edit the code! Just look at it to learn how it works.
  댓글 수: 2
Navdeep Sony
Navdeep Sony 2016년 2월 6일
Thank you
Star Strider
Star Strider 2016년 2월 6일
My pleasure.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by