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

采纳的回答

madhan ravi
madhan ravi 2019-5-18
编辑:madhan ravi 2019-5-18
xander = 1/n * h1 * (sum(kiki * (([m{:}] - numel(Test)/h1))));
% ^ missed
  5 个评论
madhan ravi
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.
Tino
Tino 2019-5-18
编辑:madhan ravi 2019-5-18
Thanks Madhan
Already implemented it with
xander = mean(phi.* (([m{:}]-numel(Test)/h1)/h1));
Regards
Tino

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by