MATLAB: Is it possible to fit matrix dependent variables using fitnlm

nonlinearregressionstatisticsStatistics and Machine Learning Toolbox

I would like to use fitnlm to fit matrix dependent variables.

Best Answer

Yes, you can compute a nonlinear fit model using fitnm() with respect to your pre-defined model function.
There are a few good examples in MATLAB documentation. To see them type in: doc fitnlm