In Matlab output of a called function cannot be given as input to another called function?
Show older comments
Please refer to the above images.
The main file calls the input_val function and prints the output values. The matrix_vor function uses one of these values to find value of a array. But it shows the error of output not being defined.
I then removed the input function (i.e. first 4 lines of second image) and directly defined value of m just before calling the matrix_vor function. I am getting the output.
Can I imply that the output of first function (i.e. input_val) cannot be passed on as input for second function(i.e. matrix_vor)
Accepted Answer
More Answers (0)
Categories
Find more on Desktop in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!