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 ...
거의 7년 전 | 답변 수: 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...
거의 8년 전 | 답변 수: 5 | 0