how to find the transpose

1 回表示 (過去 30 日間)
jaah navi
jaah navi 2018 年 1 月 11 日
回答済み: Pawel Jastrzebski 2018 年 1 月 11 日
could anyone help me for the code for i=1:10 i x(i)=i end
how to display i values in the transpose manner

採用された回答

Pawel Jastrzebski
Pawel Jastrzebski 2018 年 1 月 11 日
x = 1:10
x_transposed = x'

その他の回答 (1 件)

M
M 2018 年 1 月 11 日
for any vector or matrix A, A' gives the transpose of A.

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by