tr-epr-simulation/load_bruker.m

8 lines
204 B
Matlab

function [outputArg1,outputArg2] = load_bruker(inputArg1,inputArg2)
%LOAD_BRUKER Summary of this function goes here
% Detailed explanation goes here
outputArg1 = inputArg1;
outputArg2 = inputArg2;
end