photo

Vedeesh Bali


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


How do you use values from an array as serial numbers to extract values from a different array?
If I am using an array to record values such as [0:10:100], then how can I create a column vector containing values extracted fr...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


Unrecognised function in MATLAB
function [m,s] = stat(x) n = length(x); m = sum(x)/n; s = sqrt(sum((x-m).^2/n)); end >> values = [12.7, 45.4,...

presque 4 ans il y a | 1 réponse | 0

1

réponse