How to see matlab code for any inbuilt function
显示 更早的评论
I used bilstm layer. I want to see the code for modification. please guide.
采纳的回答
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 个评论
Sir
I tried as per suggestion. but i can't see the code. I can see only initilization of differnt parammeters there.Is there other way to find out code.
@Shilpa Sonawane, then it means that the source code is private. It won't be visible.
The initialization of the parameters is the code.
Oh okay. I thought that meant the function and its parameters in code comments like the image I attached.
how to write custom code for bilstmlayer?
please guide
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
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Design of Experiments (DOE) 的更多信息
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
