필터 지우기
필터 지우기

How to see matlab code for any inbuilt function

조회 수: 10 (최근 30일)
Shilpa Sonawane
Shilpa Sonawane 2024년 1월 29일
댓글: Shilpa Sonawane 2024년 1월 31일
I used bilstm layer. I want to see the code for modification. please guide.

채택된 답변

Dinesh
Dinesh 2024년 1월 29일
Hi Shilpa.
If the source code is available publicly, then you can use the following command in the MATLAB command line:
>> edit <function_name>
It will open up the file where you can either see the documentation or the source code.
If it shows documentation, then it means that the source code is unavailable publicly. For example, if you try to use the "edit sort" command, then you will see something like the following:
  댓글 수: 7
Walter Roberson
Walter Roberson 2024년 1월 30일
You would have to use the custom layers interface; https://www.mathworks.com/help/deeplearning/custom-layers.html in order to write custom code for something that operates like bilstmLayer
Shilpa Sonawane
Shilpa Sonawane 2024년 1월 31일
Ok Sir

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

추가 답변 (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