Can Matlab help in design experiments?

1 view (last 30 days)
Ayob
Ayob on 8 Jan 2015
Commented: dpb on 9 Jan 2015
I have four different type of inputs and three type of outputs, I want to design my experiments with these values in Matlab and I don't know how can I do it? My inputs are Continuous values as given below:
I1=[1.5,5.5]mm
I2=[5,85]degree
I3=[100,300]mm
I4=[5,50]mm
And Outputs ranges are unkown:
O1=[?,?]m/s
O2=[?,?]pa
O3=[?,?]kg
I need two methods to design my experiments with continuous values and discontinuous values whether I prefer to write Input ranges in discrete numbers like:
I1=[1.5, 2.5, ... 5.5]mm
I2=[5, 10, 15,... 85]degree
I3=[100, 150, 200, .... 300]mm
I4=[5, 10, 15, ... 50]mm
  7 Comments
Ayob
Ayob on 9 Jan 2015
Edited: Ayob on 9 Jan 2015
Yes, exactly. I need help to find the appropriate codess in Matlab.
(Are there codes for working with continuous values which are introduced in I1,I2..I4 ranges?)
dpb
dpb on 9 Jan 2015
Yes, but still it's the objective of the experiement that is the key, first before one can decide what is the appropriate design. Hence the tool selection follows that.
The tool can't make the decision as to what it is that is the purpose of running the experiment in the first place; only your (apparently a well-kept secret as you don't seem willing to share even a hint) knowledge of what you're trying to accomplish as the end result can define that.
First, you need to write the null hypothesis of the test and decide the proper analysis technique that will let you compute and estimate the necessary statistics to test that hypothesis or if it is a model you're trying to build have enough background information on the process to be able to select an appropriate one and then be able to estimate the underlying coefficients.
You're putting the cart before the horse by, it seems, expecting one of these tools to do that for you magically.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!