Chang, Tai-Jui - 2017-05-10

I would like to know how to put the testing data in to the GUI.
Because I fail many times.
This is the first reconstruction test.
To run a simple test reconstruction,I just follow these steps on your websites
Here is the matlab error message that describing the problem I met.
(My computer is x64, Windows10. Matlab:R2016b)

recon_gui
Warning: parameter file not in current working directory.
Changing directory to C:\Users\Louis Chang\Desktop\Toastdic\toast\test\2D\matlab\


Starting reconstruction

Error using toastRecon>checkprm (line 199)
Required parameter field "solver.basis" is missing.

Error in toastRecon (line 28)
[prm LPRM] = checkprm(prm);

Error in recon_gui>runrecon_Callback (line 219)
toastRecon(prm);

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in recon_gui (line 42)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback


I would like to know how can I solve this.
I have seen the other discussion about this. But that did not help at all.
Thanks!!
Chang, Tai-Jui