what does it mean to insert param and file_name?

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!!!

답변 (1개)

David Sanchez
David Sanchez 2014년 2월 27일

0 개 추천

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.

댓글 수: 1

Liyun
Liyun 2014년 2월 27일
There is a data file for this program, I downloaded it, but I still can't get the program run. Should I change “para" into something else,like my datafile's name to input the data file?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

질문:

2014년 2월 27일

댓글:

2014년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by