two component vector help
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Can someone explain how to create a two component vector?
1 commentaire
What exactly do you mean by a two component vector?
A simple 2D row vector (V):
V = [1, 1]
And a 2D column vector:
V = [1; 1]
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!