The meaning of a length command

3 views (last 30 days)
Ali Mulhi
Ali Mulhi on 31 Mar 2019
Commented: Ali Mulhi on 31 Mar 2019
What does length mean in this formant? Untitled.png

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 31 Mar 2019
Edited: Andrei Bobrov on 31 Mar 2019
It's length of vector 'w'.
>> w = 1.1:.01:1.9;
>> length(w)
ans =
81
>>

More Answers (1)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!