Info

この質問は閉じられています。 編集または回答するには再度開いてください。

concatenating 3d vectors

1 回表示 (過去 30 日間)
Giovanni
Giovanni 2013 年 12 月 12 日
閉鎖済み: Walter Roberson 2013 年 12 月 12 日
Currently i have the following,
function [Plotavg] = Plotavg( niterations,iterations,T,A,B,interval)
for n=1:niterations
vector = Arraylinspace(iterations, T, A, B, interval)
end
end
which produces say 4 vectors with the same number of columns but different rows. Then how would i concatenate them into a 3d vector?
Comment on this Question Email me when answers are added to this question Giovanni 0 votes
  2 件のコメント
Matt J
Matt J 2013 年 12 月 12 日
編集済み: Matt J 2013 年 12 月 12 日
which produces say 4 vectors with the same number of columns but different rows.
If they are VECTORS, they cannot have both multiple columns and multiple rows.
Walter Roberson
Walter Roberson 2013 年 12 月 12 日

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by