When I look at code written by new users, sometimes, I will see code like this:
a = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15];
There is an easier way:
a = 1:13;
This three minute video shows how to use… 더 읽어보기 >>
MATLAB Basics: Linearly spaced vectors 1
- 범주:
- MATLAB Basics,
- Video
