Convert FieldTrip source result to Brainstorm source result

Hello,
I calculated inverse solution for EEG signal by modifying a method in MATLAB (using fieldtrip). Now I want to go back to Brainstorm and use the visualizations that are available there. How can I do this?

Please take a look to the code in the process_ft_sourceanalysis, it calls the FielTrip function ft_sourceanalysis and the result of it is converted a Brainstorm result (sources) file.

brainstorm3/toolbox/process/functions/process_ft_sourceanalysis.m at master · brainstorm-tools/brainstorm3 · GitHub

Thank you for your response. Could you please provide me with more guidance? I am unable to transfer any information from MATLAB to Brainstorm so that I can use the GUI Toolbox. Could you please provide me with more guidance on how I can use this function?