what does it mean to insert param and file_name?
Show older comments

When I run my code on my computer, matlab would ask me to input some param and save filename as the showed in the following picture, how can I get around with that?
Thank you so much!!!
Answers (1)
David Sanchez
on 27 Feb 2014
0 votes
it seems that your "diffusion_model" is a function that needs some input arguments. In order to run it, you have to specify these arguments. In its code, "diffusion_model" is using that data to perform whatever it does. By the image you attach, it seems that "params" has to be a 6x1 array. Go through the code and follow it to see what it is needed. You can also paste the function code here to give you more clue on what to do.
Categories
Find more on Resizing and Reshaping Matrices 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!