It's fairly simple to perform if you use the morris test function in the sensitivity package of R. It supports decoupling which splits the sensitivity analysis into two phases: 1) creation of a design (you just need to supply information on the number of parameters and their ranges and the function returns the design); 2) running the model at the design points and passing the output back to the function. Your model can be executed in different software, you just need to store the output corresponding to the design in a vector and read it into R and pass it to the Morris Test object. I've probably made that sound more complex than it is. It's only a few lines of code.
If you use R I'm happy to provide an example model and code that demonstrates this process. Alternatively Matlab supports a variety of techniques for global sensitivity analysis.
I'm not sure I fully understand your question Melanie Jans Singh . Are you asking how to read in a vector of output for use with the Morris Test object in R?