How to give the output of previous function to the next function as input
Show older comments
Answers (1)
Azzi Abdelmalek
on 23 Jan 2014
For example
for k=1:10
y=your_function(x)
x=y
end
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!