How to create column vector by the transpose?
Mostra commenti meno recenti
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘
2 Commenti
KALYAN ACHARJYA
il 7 Mar 2021
Modificato: KALYAN ACHARJYA
il 7 Mar 2021
a=16;
dvc=[10^0.01 log(49) 975 sqrt(a)].'
Havyas
il 29 Ott 2024
Transpose b from a row vector to a column vector using the transpose operator.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Elementary Math in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!