does the query points in gridfit function need to start from zero?
显示 更早的评论
Hi,
I have a syntax in the form
id=gridfit(P,T,isd,P_v,T_v);
where P,T,isd are mxn matrices respectively and P_v,T_v are query points which are vectors of same order.
When I run the command its showing me warnings like shown below.
Warning: xnodes(1) was decreased by: 0.00034779, new node = 0.000706
Warning: xnodes(end) was increased by: 0.031914, new node = 0.10956
Warning: ynodes(1) was decreased by: 223.9438, new node = -223.5738
Warning: ynodes(end) was increased by: 98.383, new node = 223.5585
Warning: Rank deficient, rank = 1918702, tol = 4.754832e-06.
My P_v and T_v values doesn't actually start from zero. I suspect maybe this is a problem and I'm not sure.
Can anyone plz tell me what would be the exact problem?
Thanks in advance
Manoj.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Array and Matrix Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
