photo

nathan Short


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

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

nästan 5 år 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...

nästan 6 år ago | 5 answers | 0

5

answers