Returning parameters from a called function
显示 更早的评论
Hello! I have what may be an elementary question, but I have been struggling with it for a little while:
I am calling another function from a master function
(ex. called_function(passed, parameters))
the called function is structured:
function called_function(passed, parameters) %operations, in which new parameters are defined return;
What I need is to use some of the new parameters that are defined in my called function in the master function.
How can I do this?
Thank you in advance for your responses!
Amina
采纳的回答
更多回答(1 个)
Jan
2011-7-26
1 个投票
A very basic question. Please read the "Getting Started" chapters of the documentation.
2 个评论
Sinan Islam
2020-11-17
A very basic question but I dont think any other software on the planet uses this syntax. Matlab is probably the only software on the planet that includes the returned arguments as part of the function signature.
Sahil Tayade
2020-11-18
All softwares have return type in their signiture, matlab is the only one that has the name of the variables
类别
在 帮助中心 和 File Exchange 中查找有关 Earth and Planetary Science 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!