Feeds
提问
Subscript indices must either be real positive integers or logicals.
Why do i get " Subscript indices must either be real positive integers or logicals." when i run my code and how can i fix it ...
6 years 前 | 2 个回答 | 0
2
个回答提问
how to sum a vector without sum function
function Mean = mean_strength(StrengthVector) N = numel(StrengthVector); x = sum(StrengthVector); for i = 1:N M...
7 years 前 | 5 个回答 | 0