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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

