two component vector help
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can someone explain how to create a two component vector?
1 commentaire
HWIK
le 7 Déc 2021
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)
Voir également
Catégories
En savoir plus sur Composite Components dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!