MATLAB: Is there any command to solve modified stepwise regression in Matlab

regression

I have a problem and I used stepwisefit command to solve it, but the result is not accurate since the problem (from my literature review ) should be solved using modified stepwise instead. Is there any command in matlab to perform modified stepwise regression in Matlab?
best regard
Ali

Best Answer

STEPWISEFIT has quite a few options.
help stepwisefit
doc stepwisefit
What, exactly do you mean by "modified"??
Hope this helps.
Thank you for formally accepting my answer.
Greg