Am getting the error ' Array indices must be positive integers or logical values.
1 次查看(过去 30 天)
显示 更早的评论
hi
Find the following code below
kiki = 2;
xander = 1/n * h1 (sum(kiki * (([m{:}] - numel(Test)/h1))));
I am getting the following error
Array indices must be positive integers or logical values.
Kindly help
Thanks in advance
Tino
0 个评论
采纳的回答
madhan ravi
2019-5-18
编辑:madhan ravi
2019-5-18
xander = 1/n * h1 * (sum(kiki * (([m{:}] - numel(Test)/h1))));
% ^ missed
5 个评论
madhan ravi
2019-5-18
I can’t read your mind Tino as suggested try .* , if not tell what the size of the variables are.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!