How to create column vector by the transpose?
Afficher commentaires plus anciens
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘
2 commentaires
KALYAN ACHARJYA
le 7 Mar 2021
Modifié(e) : KALYAN ACHARJYA
le 7 Mar 2021
a=16;
dvc=[10^0.01 log(49) 975 sqrt(a)].'
Havyas
le 29 Oct 2024
Transpose b from a row vector to a column vector using the transpose operator.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!