Single Line Command for Row Vector
이전 댓글 표시
HELP I need a single line command to create a row vector, variable named v11 that assigns the values 1/2,1/3,1/4,1/5...1/1000 in that order. It has a total of 999 terms. Please I have been trying forever but cant figure it out. It cannot be greater than 1 line. It should look like [.5,.33,.25,...,.001]. I tried using the colon command and linspace and other ways.
채택된 답변
추가 답변 (1개)
NURUL
2023년 4월 10일
0 개 추천
b = 2 3 4 5 6 7 8 7 6 5 4 3 2
how to create row vector using single command
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!