syntax of matlab code

2 visualizaciones (últimos 30 días)
NN
NN el 26 de Sept. de 2020
Respondida: Ameer Hamza el 26 de Sept. de 2020
how can i trace or identify which matlab command / syntax is used in the script ?
I want to understand the script written in an example file, and so how can i understand it aby tracing / checking the syntax?

Respuestas (1)

Ameer Hamza
Ameer Hamza el 26 de Sept. de 2020
You can write-click on the name of the function and click open "Function name". It will take you to the corresponding function unless the function is overloaded. In which case, you can use which command to find out the complete list
which -all function_name

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by