Community Profile

photo

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 ...

4年以上 前 | 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...

5年以上 前 | 5 件の回答 | 0

5

回答