Transfering results form one function to another one

1 view (last 30 days)
Hi,
I am beginner with Matlab my question is how i can take values from one function to another one?
  2 Comments
jannat alsaidi
jannat alsaidi on 2 Dec 2019
Edited: jannat alsaidi on 2 Dec 2019
If I understand you question correctly, you can put the values in a new variables then use them, can you show me an example to give you an accurate answer
Zeynep Naz Kocabas
Zeynep Naz Kocabas on 2 Jan 2020
Thank you for your answer but I have learned how to do that.

Sign in to comment.

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 2 Dec 2019
Edited: KALYAN ACHARJYA on 2 Dec 2019
"how i can take values from one function to another one?"
Its nesting of function, just call the 1st function to the 2nd function, where output arguments require.
function fun2...
..call fun1 with proper input arguments
end
Now call the 2nd fun to the main script
Hope it helps!
  4 Comments

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!