The meaning of a length command

 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)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!