Fixunknowns function resulting logical rows
显示 更早的评论
Hello everyone,
Say Num is matrix with these numbers,
1 2 NaN 3
4 5 NaN NaN
NaN 3 2 3
And if fixunknowns used on Num, it will result like this,
1.0000 2.0000 2.0000 3.0000
1.0000 1.0000 0 1.0000
4.0000 5.0000 4.5000 4.5000
1.0000 1.0000 0 0
2.6667 3.0000 2.0000 3.0000
0 1.0000 1.0000 1.0000
Is there any way to get rid those 1 and 0 (logical) rows? If so please kindly answer this question, or guide me to the documentation if it's available.
Thank you,
Randi
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Function Approximation and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!