How to see matlab code for any inbuilt function

 Réponse acceptée

Dinesh
Dinesh le 29 Jan 2024
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 commentaires

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.
Dinesh
Dinesh le 30 Jan 2024
@Shilpa Sonawane, then it means that the source code is private. It won't be visible.
The initialization of the parameters is the code.
Dinesh
Dinesh le 30 Jan 2024
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
Ok Sir

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by