You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
1、求解器封装
|
|
|
|
|
main.m文件是程序入口文件:
|
|
|
|
|
调用 readinput_MTF.m 读取参数文件:input_canshu.txt 和 MTF_simulation_input.png
|
|
|
|
|
然后调用 MTF_simulation.m 计算结果
|
|
|
|
|
然后将结果写入到输出文件:output_result(1).txt、output_result(2).txt 和 MTF_simulation_output.png
|
|
|
|
|
|
|
|
|
|
2、调用
|
|
|
|
|
main.py 调用 main.m
|