What is a vector?or what are vector coordinates?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hellow sir,Can any one tell me what is a vector in matlab(or vector coordinates).Can u please explain me with a small example taking any function.??its urgent sir..plz help..!!
댓글 수: 1
Walter Roberson
2012년 2월 27일
http://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency
채택된 답변
Andreas Goser
2012년 2월 15일
A vector in MATLAB is any kind of 1xn or nx1 matrix like
a=[1 2 3]
I have no idea what vector coordinates are, maybe indices? Like
a(2)
returns element number 2?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!