Community Profile

photo

nathan Short


Active since 2018

Statistics

Content Feed

View by

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 5 answers | 0

5

answers