lsqcurvefi problem on Mac OS
Show older comments
I am trying to do a nonlinear fit to a function using lsqcurvefit. While everything works fine in a windows-based computer, on the mac I get a "Dimensions of matrices being concatenated are not consistent". Is this a known problem?
Accepted Answer
More Answers (1)
John D'Errico
on 23 Jul 2016
Edited: John D'Errico
on 23 Jul 2016
0 votes
No. It is a bug in your code. Since we don't know what you tried to do, or how you tried to move things between systems, we can't really answer. The one thing I can definitely say is that it is not MAC versus Windows specific issue. There simply is no MAC issue, where variables are no longer the same size.
Yes, I know that you THINK you moved things over properly between systems. But you did something different there. You might get a better answer if you show code.
1 Comment
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!