nathan Short
自 2018 起处于活动状态
Followers: 0 Following: 0
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 ...
5 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...
6 years 前 | 5 个回答 | 0