i have a few experimental independent(inputs) and dependent(outputs) datasets .For a modelling purpose i want to generate a larger datasets by using bootstrap resampling method. is it possible to try this in matlab, minitab or anyother software?
For simply generating bootstrap samples, you can use the software you are most comfortable with (R, MATLAB, STATA, etc.), and use a random sampling function to sample your dataset with replacement. For example, in R: