How to create column vector by the transpose?
Mostrar comentarios más antiguos
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘
2 comentarios
KALYAN ACHARJYA
el 7 de Mzo. de 2021
Editada: KALYAN ACHARJYA
el 7 de Mzo. de 2021
a=16;
dvc=[10^0.01 log(49) 975 sqrt(a)].'
Havyas
el 29 de Oct. de 2024
Transpose b from a row vector to a column vector using the transpose operator.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!