I have been able to get confidence intervals but what I would like to get is the sum of squares error. I have a few questions: Is there a way to display the sum of square error in Matlab? What is the number displayed on the model output as a measure of best fit? When the data ...
You would have to use curly braces {} indexing in order to do this. Using () will give you a table and operations like subtraction, addition, etc are not defined for tables. Using {} would give you the contents of the table, which could then be used to do what you want.
If I use the SS function as the objective one, together with the second yfit function that you wrote on your previous comments, how am I gonna slave the A,B,C parameters on the estimated values of b (the vector of nonlinear parameters.Thank...