What is a vector?or what are vector coordinates?
3 次查看(过去 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!