In Matlab output of a called function cannot be given as input to another called function?
Mostrar comentarios más antiguos
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)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Desktop en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!