Hi,
I am writing a Matlab function(script), which take some input.
I have several datasets in the workspace, say dataset1,dataset2,dataset3, ect
In my function, I have tried to use
data = input('Please input your dataset', 's')
and then use 'data' as a variable for some computation, say...