Feeds
提问
Function returns mapping to another function variable
Questions: When i have 2 returns in the below function why does the "ans" only shows the value of "c" and not "d" or "absx" or ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Calling a function from another function
The first function is as below: function my_first_function1(input,b) c = input*b; absx = c; absx end The second function...
5 years 前 | 1 个回答 | 0

